Html Css Color HEX #572311 Caput Mortuum

📋 copy color: '#572311'

red 87 ◦ green 35 ◦ blue 17

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

Shades of Caput Mortuum #572311

Tints of Caput Mortuum #572311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.18%

 BLUE value IS 17 (7.03% from 255) = 12.23%

R = 62.59%
G = 25.18%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#572311 (or 0x572311) is known color: Caput Mortuum. HEX triplet: 57, 23 and 11. RGB value is (87,35,17). Sum of RGB (Red+Green+Blue) = 87+35+17=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #572311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572311 is #A8DCEE. Grayscale: #303030. Windows color (decimal): -11066607 or 1123159. OLE color: 1123159.

HSL color Cylindrical-coordinate representation of color #572311: hue angle of 15.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #572311 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 35 17 -
CMYK 0 0.60 0.80 0.66
HSL 15.43º 0.67% 0.2% -
HSV(B) 15.43º 0.8% 0.34% -
XYZ 4.63 3.27 0.92 -
YUV 48.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 87 35 17 0 0.60 0.80 0.66 15.43 0.67 0.2
Hex 57 23 11 0 3C 50 42 F 43 14
Octal 127 43 21 0 74 120 102 17 103 24
Binary 1010111 100011 10001 0 111100 1010000 1000010 1111 1000011 10100

Color Harmonies of #572311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572311

Black with #572311

Text Example


Text Example

White with #572311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572311; }

 p { color: rgb(87,35,17); }

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

background-color css

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

 a { background-color: rgb(87,35,17); }

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

border-color css

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

 span { border-color: rgb(87,35,17); }

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