Html Css Color HEX #571F0D Caput Mortuum

📋 copy color: '#571F0D'

red 87 ◦ green 31 ◦ blue 13

#571F0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #571F0D

Tints of Caput Mortuum #571F0D

RGB

 RED value IS 87 (34.38% from 255) = 66.41%

 GREEN value IS 31 (12.5% from 255) = 23.66%

 BLUE value IS 13 (5.47% from 255) = 9.92%

R = 66.41%
G = 23.66%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#571F0D (or 0x571F0D) is known color: Caput Mortuum. HEX triplet: 57, 1F and 0D. RGB value is (87,31,13). Sum of RGB (Red+Green+Blue) = 87+31+13=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #571F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571F0D is #A8E0F2. Grayscale: #2D2D2D. Windows color (decimal): -11067635 or 859991. OLE color: 859991.

HSL color Cylindrical-coordinate representation of color #571F0D: hue angle of 14.59º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #571F0D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 31 13 -
CMYK 0 0.64 0.85 0.66
HSL 14.59º 0.74% 0.2% -
HSV(B) 14.59º 0.85% 0.34% -
XYZ 4.49 3.04 0.73 -
YUV 45.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 87 31 13 0 0.64 0.85 0.66 14.59 0.74 0.2
Hex 57 1F D 0 40 55 42 F 4A 14
Octal 127 37 15 0 100 125 102 17 112 24
Binary 1010111 11111 1101 0 1000000 1010101 1000010 1111 1001010 10100

Color Harmonies of #571F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F0D

Black with #571F0D

Text Example


Text Example

White with #571F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571F0D; }

 p { color: rgb(87,31,13); }

 H1.HeaderClassName
 {
   color: #571F0D;
 }
 .AnyTagClassName
 {
   color: #571F0D;
 }
</style>

background-color css

<style>
 a { background-color: #571F0D; }

 a { background-color: rgb(87,31,13); }

 div.DivClassName
 {
   background-color: #571F0D;
 }
 .BgClassName
 {
   background-color: #571F0D;
 }
</style>

border-color css

<style>
 span { border-color: #571F0D; }

 span { border-color: rgb(87,31,13); }

 td.TdClassName
 {
   border-color: #571F0D;
 }
 .TagClassName
 {
   border-color: #571F0D;
 }
</style>