Shades of Caput Mortuum #5B281D
Tints of Caput Mortuum #5B281D
RGB
CMYK
RGB Variations
Color information
#5B281D (or 0x5B281D) is known color: Caput Mortuum. HEX triplet: 5B, 28 and 1D. RGB value is (91,40,29). Sum of RGB (Red+Green+Blue) = 91+40+29=160 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.88% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 91 - color contains mainly: red. Hex color #5B281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B281D is #A4D7E2. Grayscale: #363636. Windows color (decimal): -10803171 or 1910875. OLE color: 1910875.
HSL color Cylindrical-coordinate representation of color #5B281D: hue angle of 10.65º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B281D is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 40 | 29 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.64 |
| HSL | 10.65º | 0.52% | 0.24% | - |
| HSV(B) | 10.65º | 0.68% | 0.36% | - |
| XYZ | 5.29 | 3.83 | 1.62 | - |
| YUV | 54 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 40 | 29 | 0 | 0.56 | 0.68 | 0.64 | 10.65 | 0.52 | 0.24 |
| Hex | 5B | 28 | 1D | 0 | 38 | 44 | 40 | B | 34 | 18 |
| Octal | 133 | 50 | 35 | 0 | 70 | 104 | 100 | 13 | 64 | 30 |
| Binary | 1011011 | 101000 | 11101 | 0 | 111000 | 1000100 | 1000000 | 1011 | 110100 | 11000 |
Color Harmonies of #5B281D
Complementary color
Monochromatic Colors of #5B281D
Black with #5B281D
Text Example
Text Example
White with #5B281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B281D; }
p { color: rgb(91,40,29); }
H1.HeaderClassName
{
color: #5B281D;
}
.AnyTagClassName
{
color: #5B281D;
}
</style>
background-color css
<style>
a { background-color: #5B281D; }
a { background-color: rgb(91,40,29); }
div.DivClassName
{
background-color: #5B281D;
}
.BgClassName
{
background-color: #5B281D;
}
</style>
border-color css
<style>
span { border-color: #5B281D; }
span { border-color: rgb(91,40,29); }
td.TdClassName
{
border-color: #5B281D;
}
.TagClassName
{
border-color: #5B281D;
}
</style>