Html Css Color HEX #571C06 Caput Mortuum

📋 copy color: '#571C06'

red 87 ◦ green 28 ◦ blue 6

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

Shades of Caput Mortuum #571C06

Tints of Caput Mortuum #571C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.14%

 BLUE value IS 6 (2.73% from 255) = 4.96%

R = 71.9%
G = 23.14%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#571C06 (or 0x571C06) is known color: Caput Mortuum. HEX triplet: 57, 1C and 06. RGB value is (87,28,6). Sum of RGB (Red+Green+Blue) = 87+28+6=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #571C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571C06 is #A8E3F9. Grayscale: #2B2B2B. Windows color (decimal): -11068410 or 400471. OLE color: 400471.

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

Color convert

RGB 87 28 6 -
CMYK 0 0.68 0.93 0.66
HSL 16.3º 0.87% 0.18% -
HSV(B) 16.3º 0.93% 0.34% -
XYZ 4.38 2.87 0.5 -
YUV 43.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 87 28 6 0 0.68 0.93 0.66 16.3 0.87 0.18
Hex 57 1C 6 0 44 5D 42 10 57 12
Octal 127 34 6 0 104 135 102 20 127 22
Binary 1010111 11100 110 0 1000100 1011101 1000010 10000 1010111 10010

Color Harmonies of #571C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C06

Black with #571C06

Text Example


Text Example

White with #571C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,28,6); }

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

background-color css

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

 a { background-color: rgb(87,28,6); }

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

border-color css

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

 span { border-color: rgb(87,28,6); }

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