Html Css Color HEX #571802 Caput Mortuum

📋 copy color: '#571802'

red 87 ◦ green 24 ◦ blue 2

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

Shades of Caput Mortuum #571802

Tints of Caput Mortuum #571802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

 BLUE value IS 2 (1.17% from 255) = 1.77%

R = 76.99%
G = 21.24%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#571802 (or 0x571802) is known color: Caput Mortuum. HEX triplet: 57, 18 and 02. RGB value is (87,24,2). Sum of RGB (Red+Green+Blue) = 87+24+2=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #571802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571802 is #A8E7FD. Grayscale: #282828. Windows color (decimal): -11069438 or 137303. OLE color: 137303.

HSL color Cylindrical-coordinate representation of color #571802: hue angle of 15.53º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #571802 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 24 2 -
CMYK 0 0.72 0.98 0.66
HSL 15.53º 0.96% 0.17% -
HSV(B) 15.53º 0.98% 0.34% -
XYZ 4.27 2.68 0.35 -
YUV 40.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 87 24 2 0 0.72 0.98 0.66 15.53 0.96 0.17
Hex 57 18 2 0 48 62 42 10 60 11
Octal 127 30 2 0 110 142 102 20 140 21
Binary 1010111 11000 10 0 1001000 1100010 1000010 10000 1100000 10001

Color Harmonies of #571802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571802

Black with #571802

Text Example


Text Example

White with #571802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571802; }

 p { color: rgb(87,24,2); }

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

background-color css

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

 a { background-color: rgb(87,24,2); }

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

border-color css

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

 span { border-color: rgb(87,24,2); }

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