Html Css Color HEX #57200F Caput Mortuum

📋 copy color: '#57200F'

red 87 ◦ green 32 ◦ blue 15

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

Shades of Caput Mortuum #57200F

Tints of Caput Mortuum #57200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.19%

R = 64.93%
G = 23.88%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57200F (or 0x57200F) is known color: Caput Mortuum. HEX triplet: 57, 20 and 0F. RGB value is (87,32,15). Sum of RGB (Red+Green+Blue) = 87+32+15=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57200F is #A8DFF0. Grayscale: #2E2E2E. Windows color (decimal): -11067377 or 991319. OLE color: 991319.

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

Color convert

RGB 87 32 15 -
CMYK 0 0.63 0.83 0.66
HSL 14.17º 0.71% 0.2% -
HSV(B) 14.17º 0.83% 0.34% -
XYZ 4.53 3.09 0.81 -
YUV 46.51 110.22 156.88 -
System Red Green Blue C M Y K H S L
Decimal 87 32 15 0 0.63 0.83 0.66 14.17 0.71 0.2
Hex 57 20 F 0 3F 53 42 E 47 14
Octal 127 40 17 0 77 123 102 16 107 24
Binary 1010111 100000 1111 0 111111 1010011 1000010 1110 1000111 10100

Color Harmonies of #57200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57200F

Black with #57200F

Text Example


Text Example

White with #57200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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