Html Css Color HEX #571D0B Caput Mortuum

📋 copy color: '#571D0B'

red 87 ◦ green 29 ◦ blue 11

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

Shades of Caput Mortuum #571D0B

Tints of Caput Mortuum #571D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.83%

 BLUE value IS 11 (4.69% from 255) = 8.66%

R = 68.5%
G = 22.83%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#571D0B (or 0x571D0B) is known color: Caput Mortuum. HEX triplet: 57, 1D and 0B. RGB value is (87,29,11). Sum of RGB (Red+Green+Blue) = 87+29+11=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #571D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D0B is #A8E2F4. Grayscale: #2C2C2C. Windows color (decimal): -11068149 or 728407. OLE color: 728407.

HSL color Cylindrical-coordinate representation of color #571D0B: hue angle of 14.21º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571D0B is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 29 11 -
CMYK 0 0.67 0.87 0.66
HSL 14.21º 0.78% 0.19% -
HSV(B) 14.21º 0.87% 0.34% -
XYZ 4.43 2.93 0.65 -
YUV 44.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 87 29 11 0 0.67 0.87 0.66 14.21 0.78 0.19
Hex 57 1D B 0 43 57 42 E 4E 13
Octal 127 35 13 0 103 127 102 16 116 23
Binary 1010111 11101 1011 0 1000011 1010111 1000010 1110 1001110 10011

Color Harmonies of #571D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D0B

Black with #571D0B

Text Example


Text Example

White with #571D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,29,11); }

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

background-color css

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

 a { background-color: rgb(87,29,11); }

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

border-color css

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

 span { border-color: rgb(87,29,11); }

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