Shades of Caput Mortuum #5B200B
Tints of Caput Mortuum #5B200B
RGB
CMYK
RGB Variations
Color information
#5B200B (or 0x5B200B) is known color: Caput Mortuum. HEX triplet: 5B, 20 and 0B. RGB value is (91,32,11). Sum of RGB (Red+Green+Blue) = 91+32+11=134 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.91% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 91 - color contains mainly: red. Hex color #5B200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B200B is #A4DFF4. Grayscale: #2F2F2F. Windows color (decimal): -10805237 or 729179. OLE color: 729179.
HSL color Cylindrical-coordinate representation of color #5B200B: hue angle of 15.75º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B200B is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 32 | 11 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.64 |
| HSL | 15.75º | 0.78% | 0.2% | - |
| HSV(B) | 15.75º | 0.88% | 0.36% | - |
| XYZ | 4.89 | 3.28 | 0.69 | - |
| YUV | 47.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 11 | 0 | 0.65 | 0.88 | 0.64 | 15.75 | 0.78 | 0.2 |
| Hex | 5B | 20 | B | 0 | 41 | 58 | 40 | 10 | 4E | 14 |
| Octal | 133 | 40 | 13 | 0 | 101 | 130 | 100 | 20 | 116 | 24 |
| Binary | 1011011 | 100000 | 1011 | 0 | 1000001 | 1011000 | 1000000 | 10000 | 1001110 | 10100 |
Color Harmonies of #5B200B
Complementary color
Monochromatic Colors of #5B200B
Black with #5B200B
Text Example
Text Example
White with #5B200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B200B; }
p { color: rgb(91,32,11); }
H1.HeaderClassName
{
color: #5B200B;
}
.AnyTagClassName
{
color: #5B200B;
}
</style>
background-color css
<style>
a { background-color: #5B200B; }
a { background-color: rgb(91,32,11); }
div.DivClassName
{
background-color: #5B200B;
}
.BgClassName
{
background-color: #5B200B;
}
</style>
border-color css
<style>
span { border-color: #5B200B; }
span { border-color: rgb(91,32,11); }
td.TdClassName
{
border-color: #5B200B;
}
.TagClassName
{
border-color: #5B200B;
}
</style>