Shades of Caput Mortuum #5A2C1D
Tints of Caput Mortuum #5A2C1D
RGB
CMYK
RGB Variations
Color information
#5A2C1D (or 0x5A2C1D) is known color: Caput Mortuum. HEX triplet: 5A, 2C and 1D. RGB value is (90,44,29). Sum of RGB (Red+Green+Blue) = 90+44+29=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2C1D is #A5D3E2. Grayscale: #383838. Windows color (decimal): -10867683 or 1911898. OLE color: 1911898.
HSL color Cylindrical-coordinate representation of color #5A2C1D: hue angle of 14.75º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A2C1D is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 44 | 29 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.65 |
| HSL | 14.75º | 0.51% | 0.23% | - |
| HSV(B) | 14.75º | 0.68% | 0.35% | - |
| XYZ | 5.34 | 4.06 | 1.67 | - |
| YUV | 56.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 44 | 29 | 0 | 0.51 | 0.68 | 0.65 | 14.75 | 0.51 | 0.23 |
| Hex | 5A | 2C | 1D | 0 | 33 | 44 | 41 | F | 33 | 17 |
| Octal | 132 | 54 | 35 | 0 | 63 | 104 | 101 | 17 | 63 | 27 |
| Binary | 1011010 | 101100 | 11101 | 0 | 110011 | 1000100 | 1000001 | 1111 | 110011 | 10111 |
Color Harmonies of #5A2C1D
Complementary color
Monochromatic Colors of #5A2C1D
Black with #5A2C1D
Text Example
Text Example
White with #5A2C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2C1D; }
p { color: rgb(90,44,29); }
H1.HeaderClassName
{
color: #5A2C1D;
}
.AnyTagClassName
{
color: #5A2C1D;
}
</style>
background-color css
<style>
a { background-color: #5A2C1D; }
a { background-color: rgb(90,44,29); }
div.DivClassName
{
background-color: #5A2C1D;
}
.BgClassName
{
background-color: #5A2C1D;
}
</style>
border-color css
<style>
span { border-color: #5A2C1D; }
span { border-color: rgb(90,44,29); }
td.TdClassName
{
border-color: #5A2C1D;
}
.TagClassName
{
border-color: #5A2C1D;
}
</style>