Html Css Color HEX #572313 Caput Mortuum

📋 copy color: '#572313'

red 87 ◦ green 35 ◦ blue 19

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

Shades of Caput Mortuum #572313

Tints of Caput Mortuum #572313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.48%

R = 61.7%
G = 24.82%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#572313 (or 0x572313) is known color: Caput Mortuum. HEX triplet: 57, 23 and 13. RGB value is (87,35,19). Sum of RGB (Red+Green+Blue) = 87+35+19=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #572313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572313 is #A8DCEC. Grayscale: #303030. Windows color (decimal): -11066605 or 1254231. OLE color: 1254231.

HSL color Cylindrical-coordinate representation of color #572313: hue angle of 14.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #572313 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 35 19 -
CMYK 0 0.60 0.78 0.66
HSL 14.12º 0.64% 0.21% -
HSV(B) 14.12º 0.78% 0.34% -
XYZ 4.65 3.28 1 -
YUV 48.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 87 35 19 0 0.60 0.78 0.66 14.12 0.64 0.21
Hex 57 23 13 0 3C 4E 42 E 40 15
Octal 127 43 23 0 74 116 102 16 100 25
Binary 1010111 100011 10011 0 111100 1001110 1000010 1110 1000000 10101

Color Harmonies of #572313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572313

Black with #572313

Text Example


Text Example

White with #572313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572313; }

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

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

background-color css

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

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

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

border-color css

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

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

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