Shades of Caput Mortuum #551B0B
Tints of Caput Mortuum #551B0B
RGB
CMYK
RGB Variations
Color information
#551B0B (or 0x551B0B) is known color: Caput Mortuum. HEX triplet: 55, 1B and 0B. RGB value is (85,27,11). Sum of RGB (Red+Green+Blue) = 85+27+11=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #551B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B0B is #AAE4F4. Grayscale: #2A2A2A. Windows color (decimal): -11199733 or 727893. OLE color: 727893.
HSL color Cylindrical-coordinate representation of color #551B0B: hue angle of 12.97º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551B0B is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 11 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.67 |
| HSL | 12.97º | 0.77% | 0.19% | - |
| HSV(B) | 12.97º | 0.87% | 0.33% | - |
| XYZ | 4.2 | 2.74 | 0.62 | - |
| YUV | 42.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 11 | 0 | 0.68 | 0.87 | 0.67 | 12.97 | 0.77 | 0.19 |
| Hex | 55 | 1B | B | 0 | 44 | 57 | 43 | D | 4D | 13 |
| Octal | 125 | 33 | 13 | 0 | 104 | 127 | 103 | 15 | 115 | 23 |
| Binary | 1010101 | 11011 | 1011 | 0 | 1000100 | 1010111 | 1000011 | 1101 | 1001101 | 10011 |
Color Harmonies of #551B0B
Complementary color
Monochromatic Colors of #551B0B
Black with #551B0B
Text Example
Text Example
White with #551B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B0B; }
p { color: rgb(85,27,11); }
H1.HeaderClassName
{
color: #551B0B;
}
.AnyTagClassName
{
color: #551B0B;
}
</style>
background-color css
<style>
a { background-color: #551B0B; }
a { background-color: rgb(85,27,11); }
div.DivClassName
{
background-color: #551B0B;
}
.BgClassName
{
background-color: #551B0B;
}
</style>
border-color css
<style>
span { border-color: #551B0B; }
span { border-color: rgb(85,27,11); }
td.TdClassName
{
border-color: #551B0B;
}
.TagClassName
{
border-color: #551B0B;
}
</style>