Shades of Caput Mortuum #57221D
Tints of Caput Mortuum #57221D
RGB
CMYK
RGB Variations
Color information
#57221D (or 0x57221D) is known color: 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
| RGB | 87 | 34 | 29 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.66 |
| HSL | 5.17º | 0.5% | 0.23% | - |
| HSV(B) | 5.17º | 0.67% | 0.34% | - |
| XYZ | 4.72 | 3.26 | 1.54 | - |
| YUV | 49.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 34 | 29 | 0 | 0.61 | 0.67 | 0.66 | 5.17 | 0.5 | 0.23 |
| Hex | 57 | 22 | 1D | 0 | 3D | 43 | 42 | 5 | 32 | 17 |
| Octal | 127 | 42 | 35 | 0 | 75 | 103 | 102 | 5 | 62 | 27 |
| Binary | 1010111 | 100010 | 11101 | 0 | 111101 | 1000011 | 1000010 | 101 | 110010 | 10111 |
Color Harmonies of #57221D
Complementary color
Monochromatic Colors of #57221D
Black with #57221D
Text Example
Text Example
White with #57221D
Text Example
Text Example
HTML Codes & Css Web 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>