Html Css Color HEX #572013 Caput Mortuum

📋 copy color: '#572013'

red 87 ◦ green 32 ◦ blue 19

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

Shades of Caput Mortuum #572013

Tints of Caput Mortuum #572013

RGB

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

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

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

R = 63.04%
G = 23.19%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#572013 (or 0x572013) is known color: Caput Mortuum. HEX triplet: 57, 20 and 13. RGB value is (87,32,19). Sum of RGB (Red+Green+Blue) = 87+32+19=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #572013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572013 is #A8DFEC. Grayscale: #2F2F2F. Windows color (decimal): -11067373 or 1253463. OLE color: 1253463.

HSL color Cylindrical-coordinate representation of color #572013: hue angle of 11.47º 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 #572013 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 19 -
CMYK 0 0.63 0.78 0.66
HSL 11.47º 0.64% 0.21% -
HSV(B) 11.47º 0.78% 0.34% -
XYZ 4.56 3.11 0.98 -
YUV 46.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 87 32 19 0 0.63 0.78 0.66 11.47 0.64 0.21
Hex 57 20 13 0 3F 4E 42 B 40 15
Octal 127 40 23 0 77 116 102 13 100 25
Binary 1010111 100000 10011 0 111111 1001110 1000010 1011 1000000 10101

Color Harmonies of #572013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572013

Black with #572013

Text Example


Text Example

White with #572013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572013; }

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

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

background-color css

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

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

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

border-color css

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

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

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