#57221D

Color #57221D Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #57221D

Tints of Caput Mortuum #57221D

Color information

#57221D (or 0x57221D) is unknown color: approx Caput Mortuum. HEX triplet: 57, 22 and 1D. RGB value is (87,34,29). Sum of RGB (Red+Green+Blue) = 87+34+29=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57221D is #A8DDE2. Grayscale: #313131. Windows color (decimal): -11066851 or 1909335. OLE color: 1909335.

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

Color convert

RGB873429-
CMYK00.610.670.66
HSL5.17º50%22.75%-
HSV(B)5.17º66.67%34.12%-
XYZ4.723.261.54-
YUV49.28116.56154.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58%
GREEN value IS 34 (13.67% from 255) = 22.67%
BLUE value IS 29 (11.72% from 255) = 19.33%
R=58%
G=22.67%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87342900.610.670.665.175022.75
Hex57221D03D434253217
Octal127423507510310256227
Binary10101111000101110101111011000011100001010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57221D; }

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

 H1.HeaderClassName
 {
   color: #57221D;
 }
 .AnyTagClassName
 {
   color: #57221D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #57221D;
 }
 .BgClassName
 {
   background-color: #57221D;
 }
</style>
border-color css

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

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

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