Html Css Color HEX #571A06 Caput Mortuum

📋 copy color: '#571A06'

red 87 ◦ green 26 ◦ blue 6

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

Shades of Caput Mortuum #571A06

Tints of Caput Mortuum #571A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.85%

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

R = 73.11%
G = 21.85%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#571A06 (or 0x571A06) is known color: Caput Mortuum. HEX triplet: 57, 1A and 06. RGB value is (87,26,6). Sum of RGB (Red+Green+Blue) = 87+26+6=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #571A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A06 is #A8E5F9. Grayscale: #2A2A2A. Windows color (decimal): -11068922 or 399959. OLE color: 399959.

HSL color Cylindrical-coordinate representation of color #571A06: hue angle of 14.81º 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 #571A06 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 26 6 -
CMYK 0 0.70 0.93 0.66
HSL 14.81º 0.87% 0.18% -
HSV(B) 14.81º 0.93% 0.34% -
XYZ 4.33 2.78 0.48 -
YUV 41.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 87 26 6 0 0.70 0.93 0.66 14.81 0.87 0.18
Hex 57 1A 6 0 46 5D 42 F 57 12
Octal 127 32 6 0 106 135 102 17 127 22
Binary 1010111 11010 110 0 1000110 1011101 1000010 1111 1010111 10010

Color Harmonies of #571A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A06

Black with #571A06

Text Example


Text Example

White with #571A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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