crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#71384b hex color - Grapeshot - Red - Warm color - Information

#71384b hex color - Grapeshot - Red - Warm color

Color Hue/Base color: Red

Hex #71384b Color Code is also known as Grapeshot color.

Hex #71384b Color code in RGB color code model is created after adding 44.31% red color, 21.96% green color and 29.41% blue color. Hex #71384b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 34% yellow and 56% black.

Hex #71384b color code is between #773344 web safe hex color code and #664455 web safe hex color code. #773344 is the nearest web safe color code. You can see here many more shades of #71384b color code.

0 Likes 0 Comments | 27 Views

Color Table

Hex Color Code71384b#71384b
RGB Decimal113, 56, 75rgb(113, 56, 75)
RGB Percent44%, 22%, 29%rgb(44%, 22%, 29%)
CSS RGBa113, 56, 75,1rgba(113,56,75,1)
CMYK Modelcmyk(0%,50%,34%,56%)
HSL Color Space340,34% ,33%hsl(340,34% ,33%)
HSV Color Space340°, 50%, 44%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100010011100001001011
Octal16170113
Decimal1135675
Hex71384b

Different shades of #71384b color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #71384b
#934962
Dark Shade of #71384b
#4f2734
Saturated Shade of #71384b
#793048
Desaturated Shade of #71384b
#69404e
Grey scale Shade of #71384b
#545454
Brighten Shade
#8a5164
Most Readable Shade
#FFFFFF

Shades of #71384b color code

Generate more color scales with scales (color stack) generator.

#71384b
#643142
#572b3a
#4b2532
#3e1f29
#321821
#251219
#190c10
#0c0608
#000000

Similar Color like #71384b color

Find visually similar hex color codes nearing to #71384b hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#72394c
#733a4d
#743b4e
#753c4f
#763d50
#773e51
#783f52
#794053
#7a4154
#7b4255
#7c4356
#7d4457
#7e4558
#7f4659
#70374a
#6f3649
#6e3548
#6d3447
#6c3346
#6b3245
#6a3144
#693043
#682f42
#672e41
#662d40
#652c3f
#642b3e
#632a3d

Monochromatic Color with #71384b

#71384b
#9b4d67
#c66283
#f077a0
#1c0e13
#46232f

Tints of #71384b Color

#71384b
#804e5f
#906473
#a07a87
#b0909b
#bfa6af
#cfbcc3
#dfd2d7
#efe8eb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#71384b
#38715e

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#71384b
#387142
#386871

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#713862
#713856
#71384b
#713840
#713c38

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#71384b
#4b7138
#384b71

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#71384b
#677138
#38715e
#413871

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#71384b
#38715e
#386871
#714238

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #71384b Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#71384b Color Code Preview on Black Background Color

This is how #71384b Color will look on black background color. Color contrast ratio is 2.37

#71384b in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#71384b">Your Example Paragraph content text in with font color #71384b </p>

Your Example Paragraph content text in with font color #71384b

HTML with inline CSS

<div style="color:#71384b">Your Paragraph text in with font color #71384b </div>

Your Example Paragraph content text in with font color #71384b

#71384b color code is use for CSS Background Color

Background color for the above div is #71384b

HTML with inline CSS

<div style="background-color:#71384b;"></div>

#71384b color code is use for CSS Border Color

CSS Border color for the above div is #71384b

HTML with inline CSS

<div style="border:5px solid #71384b;"></div>

CSS Border Left color for the above div is #71384b

HTML with inline CSS

<div style="border-left:5px solid #71384b;"></div>

CSS Border Right color for the above div is #71384b

HTML with inline CSS

<div style="border-right:5px solid #71384b;"></div>

CSS Border Bottom color for the above div is #71384b

HTML with inline CSS

<div style="border-bottom:5px solid #71384b;"></div>

CSS Border Top color for the above div is #71384b

HTML with inline CSS

<div style="border-top:5px solid #71384b;"></div>

#71384b hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#71384b; } .examplecolorclass {color:#71384b; } .examplebordercolor {border:3px solid #71384b; }

#71384b Color code Preview on White Background

This is how #71384b Color code will look on white background color. Color contrast ratio is 8.86

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #71384b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #71384b; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 27 Views

Post your comment:-

By submitting comment you agree to our privacy policy.