Shades of Caput Mortuum #5B2C21
Tints of Caput Mortuum #5B2C21
RGB
CMYK
RGB Variations
Color information
#5B2C21 (or 0x5B2C21) is known color: Caput Mortuum. HEX triplet: 5B, 2C and 21. RGB value is (91,44,33). Sum of RGB (Red+Green+Blue) = 91+44+33=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2C21 is #A4D3DE. Grayscale: #383838. Windows color (decimal): -10802143 or 2174043. OLE color: 2174043.
HSL color Cylindrical-coordinate representation of color #5B2C21: hue angle of 11.38º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B2C21 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 44 | 33 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.64 |
| HSL | 11.38º | 0.47% | 0.24% | - |
| HSV(B) | 11.38º | 0.64% | 0.36% | - |
| XYZ | 5.49 | 4.14 | 1.95 | - |
| YUV | 56.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 44 | 33 | 0 | 0.52 | 0.64 | 0.64 | 11.38 | 0.47 | 0.24 |
| Hex | 5B | 2C | 21 | 0 | 34 | 40 | 40 | B | 2F | 18 |
| Octal | 133 | 54 | 41 | 0 | 64 | 100 | 100 | 13 | 57 | 30 |
| Binary | 1011011 | 101100 | 100001 | 0 | 110100 | 1000000 | 1000000 | 1011 | 101111 | 11000 |
Color Harmonies of #5B2C21
Complementary color
Monochromatic Colors of #5B2C21
Black with #5B2C21
Text Example
Text Example
White with #5B2C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2C21; }
p { color: rgb(91,44,33); }
H1.HeaderClassName
{
color: #5B2C21;
}
.AnyTagClassName
{
color: #5B2C21;
}
</style>
background-color css
<style>
a { background-color: #5B2C21; }
a { background-color: rgb(91,44,33); }
div.DivClassName
{
background-color: #5B2C21;
}
.BgClassName
{
background-color: #5B2C21;
}
</style>
border-color css
<style>
span { border-color: #5B2C21; }
span { border-color: rgb(91,44,33); }
td.TdClassName
{
border-color: #5B2C21;
}
.TagClassName
{
border-color: #5B2C21;
}
</style>