Shades of Caput Mortuum #5B2D1E
Tints of Caput Mortuum #5B2D1E
RGB
CMYK
RGB Variations
Color information
#5B2D1E (or 0x5B2D1E) is known color: Caput Mortuum. HEX triplet: 5B, 2D and 1E. RGB value is (91,45,30). Sum of RGB (Red+Green+Blue) = 91+45+30=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2D1E is #A4D2E1. Grayscale: #393939. Windows color (decimal): -10801890 or 1977691. OLE color: 1977691.
HSL color Cylindrical-coordinate representation of color #5B2D1E: hue angle of 14.75º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B2D1E is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 45 | 30 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.64 |
| HSL | 14.75º | 0.5% | 0.24% | - |
| HSV(B) | 14.75º | 0.67% | 0.36% | - |
| XYZ | 5.49 | 4.19 | 1.75 | - |
| YUV | 57.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 45 | 30 | 0 | 0.51 | 0.67 | 0.64 | 14.75 | 0.5 | 0.24 |
| Hex | 5B | 2D | 1E | 0 | 33 | 43 | 40 | F | 32 | 18 |
| Octal | 133 | 55 | 36 | 0 | 63 | 103 | 100 | 17 | 62 | 30 |
| Binary | 1011011 | 101101 | 11110 | 0 | 110011 | 1000011 | 1000000 | 1111 | 110010 | 11000 |
Color Harmonies of #5B2D1E
Complementary color
Monochromatic Colors of #5B2D1E
Black with #5B2D1E
Text Example
Text Example
White with #5B2D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2D1E; }
p { color: rgb(91,45,30); }
H1.HeaderClassName
{
color: #5B2D1E;
}
.AnyTagClassName
{
color: #5B2D1E;
}
</style>
background-color css
<style>
a { background-color: #5B2D1E; }
a { background-color: rgb(91,45,30); }
div.DivClassName
{
background-color: #5B2D1E;
}
.BgClassName
{
background-color: #5B2D1E;
}
</style>
border-color css
<style>
span { border-color: #5B2D1E; }
span { border-color: rgb(91,45,30); }
td.TdClassName
{
border-color: #5B2D1E;
}
.TagClassName
{
border-color: #5B2D1E;
}
</style>