Html Css Color HEX #572215 Caput Mortuum

📋 copy color: '#572215'

red 87 ◦ green 34 ◦ blue 21

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

Shades of Caput Mortuum #572215

Tints of Caput Mortuum #572215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.94%

 BLUE value IS 21 (8.59% from 255) = 14.79%

R = 61.27%
G = 23.94%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#572215 (or 0x572215) is known color: Caput Mortuum. HEX triplet: 57, 22 and 15. RGB value is (87,34,21). Sum of RGB (Red+Green+Blue) = 87+34+21=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #572215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572215 is #A8DDEA. Grayscale: #303030. Windows color (decimal): -11066859 or 1385047. OLE color: 1385047.

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

Color convert

RGB 87 34 21 -
CMYK 0 0.61 0.76 0.66
HSL 11.82º 0.61% 0.21% -
HSV(B) 11.82º 0.76% 0.34% -
XYZ 4.64 3.22 1.09 -
YUV 48.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 87 34 21 0 0.61 0.76 0.66 11.82 0.61 0.21
Hex 57 22 15 0 3D 4C 42 C 3D 15
Octal 127 42 25 0 75 114 102 14 75 25
Binary 1010111 100010 10101 0 111101 1001100 1000010 1100 111101 10101

Color Harmonies of #572215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572215

Black with #572215

Text Example


Text Example

White with #572215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572215; }

 p { color: rgb(87,34,21); }

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

background-color css

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

 a { background-color: rgb(87,34,21); }

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

border-color css

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

 span { border-color: rgb(87,34,21); }

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