Shades of Caput Mortuum #5A2B21
Tints of Caput Mortuum #5A2B21
RGB
CMYK
RGB Variations
Color information
#5A2B21 (or 0x5A2B21) is known color: Caput Mortuum. HEX triplet: 5A, 2B and 21. RGB value is (90,43,33). Sum of RGB (Red+Green+Blue) = 90+43+33=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2B21 is #A5D4DE. Grayscale: #383838. Windows color (decimal): -10867935 or 2173786. OLE color: 2173786.
HSL color Cylindrical-coordinate representation of color #5A2B21: hue angle of 10.53º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A2B21 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 43 | 33 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.65 |
| HSL | 10.53º | 0.46% | 0.24% | - |
| HSV(B) | 10.53º | 0.63% | 0.35% | - |
| XYZ | 5.35 | 4.01 | 1.93 | - |
| YUV | 55.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 33 | 0 | 0.52 | 0.63 | 0.65 | 10.53 | 0.46 | 0.24 |
| Hex | 5A | 2B | 21 | 0 | 34 | 3F | 41 | B | 2E | 18 |
| Octal | 132 | 53 | 41 | 0 | 64 | 77 | 101 | 13 | 56 | 30 |
| Binary | 1011010 | 101011 | 100001 | 0 | 110100 | 111111 | 1000001 | 1011 | 101110 | 11000 |
Color Harmonies of #5A2B21
Complementary color
Monochromatic Colors of #5A2B21
Black with #5A2B21
Text Example
Text Example
White with #5A2B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2B21; }
p { color: rgb(90,43,33); }
H1.HeaderClassName
{
color: #5A2B21;
}
.AnyTagClassName
{
color: #5A2B21;
}
</style>
background-color css
<style>
a { background-color: #5A2B21; }
a { background-color: rgb(90,43,33); }
div.DivClassName
{
background-color: #5A2B21;
}
.BgClassName
{
background-color: #5A2B21;
}
</style>
border-color css
<style>
span { border-color: #5A2B21; }
span { border-color: rgb(90,43,33); }
td.TdClassName
{
border-color: #5A2B21;
}
.TagClassName
{
border-color: #5A2B21;
}
</style>