Html Css Color HEX #57200C Caput Mortuum

📋 copy color: '#57200C'

red 87 ◦ green 32 ◦ blue 12

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

Shades of Caput Mortuum #57200C

Tints of Caput Mortuum #57200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.43%

 BLUE value IS 12 (5.08% from 255) = 9.16%

R = 66.41%
G = 24.43%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57200C (or 0x57200C) is known color: Caput Mortuum. HEX triplet: 57, 20 and 0C. RGB value is (87,32,12). Sum of RGB (Red+Green+Blue) = 87+32+12=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #57200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57200C is #A8DFF3. Grayscale: #2E2E2E. Windows color (decimal): -11067380 or 794711. OLE color: 794711.

HSL color Cylindrical-coordinate representation of color #57200C: hue angle of 16º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57200C is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 12 -
CMYK 0 0.63 0.86 0.66
HSL 16º 0.76% 0.19% -
HSV(B) 16º 0.86% 0.34% -
XYZ 4.51 3.09 0.71 -
YUV 46.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 87 32 12 0 0.63 0.86 0.66 16 0.76 0.19
Hex 57 20 C 0 3F 56 42 10 4C 13
Octal 127 40 14 0 77 126 102 20 114 23
Binary 1010111 100000 1100 0 111111 1010110 1000010 10000 1001100 10011

Color Harmonies of #57200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57200C

Black with #57200C

Text Example


Text Example

White with #57200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57200C; }

 p { color: rgb(87,32,12); }

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

background-color css

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

 a { background-color: rgb(87,32,12); }

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

border-color css

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

 span { border-color: rgb(87,32,12); }

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