Shades of Caput Mortuum #5B2E24
Tints of Caput Mortuum #5B2E24
RGB
CMYK
RGB Variations
Color information
#5B2E24 (or 0x5B2E24) is known color: Caput Mortuum. HEX triplet: 5B, 2E and 24. RGB value is (91,46,36). Sum of RGB (Red+Green+Blue) = 91+46+36=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2E24 is #A4D1DB. Grayscale: #3A3A3A. Windows color (decimal): -10801628 or 2371163. OLE color: 2371163.
HSL color Cylindrical-coordinate representation of color #5B2E24: hue angle of 10.91º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B2E24 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 46 | 36 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.64 |
| HSL | 10.91º | 0.43% | 0.25% | - |
| HSV(B) | 10.91º | 0.6% | 0.36% | - |
| XYZ | 5.61 | 4.31 | 2.2 | - |
| YUV | 58.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 46 | 36 | 0 | 0.49 | 0.60 | 0.64 | 10.91 | 0.43 | 0.25 |
| Hex | 5B | 2E | 24 | 0 | 31 | 3C | 40 | B | 2B | 19 |
| Octal | 133 | 56 | 44 | 0 | 61 | 74 | 100 | 13 | 53 | 31 |
| Binary | 1011011 | 101110 | 100100 | 0 | 110001 | 111100 | 1000000 | 1011 | 101011 | 11001 |
Color Harmonies of #5B2E24
Complementary color
Monochromatic Colors of #5B2E24
Black with #5B2E24
Text Example
Text Example
White with #5B2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2E24; }
p { color: rgb(91,46,36); }
H1.HeaderClassName
{
color: #5B2E24;
}
.AnyTagClassName
{
color: #5B2E24;
}
</style>
background-color css
<style>
a { background-color: #5B2E24; }
a { background-color: rgb(91,46,36); }
div.DivClassName
{
background-color: #5B2E24;
}
.BgClassName
{
background-color: #5B2E24;
}
</style>
border-color css
<style>
span { border-color: #5B2E24; }
span { border-color: rgb(91,46,36); }
td.TdClassName
{
border-color: #5B2E24;
}
.TagClassName
{
border-color: #5B2E24;
}
</style>