Html Css Color HEX #57200E Caput Mortuum

📋 copy color: '#57200E'

red 87 ◦ green 32 ◦ blue 14

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

Shades of Caput Mortuum #57200E

Tints of Caput Mortuum #57200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.53%

R = 65.41%
G = 24.06%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57200E (or 0x57200E) is known color: Caput Mortuum. HEX triplet: 57, 20 and 0E. RGB value is (87,32,14). Sum of RGB (Red+Green+Blue) = 87+32+14=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #57200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57200E is #A8DFF1. Grayscale: #2E2E2E. Windows color (decimal): -11067378 or 925783. OLE color: 925783.

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

Color convert

RGB 87 32 14 -
CMYK 0 0.63 0.84 0.66
HSL 14.79º 0.72% 0.2% -
HSV(B) 14.79º 0.84% 0.34% -
XYZ 4.53 3.09 0.77 -
YUV 46.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 87 32 14 0 0.63 0.84 0.66 14.79 0.72 0.2
Hex 57 20 E 0 3F 54 42 F 48 14
Octal 127 40 16 0 77 124 102 17 110 24
Binary 1010111 100000 1110 0 111111 1010100 1000010 1111 1001000 10100

Color Harmonies of #57200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57200E

Black with #57200E

Text Example


Text Example

White with #57200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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