Shades of Caput Mortuum #551B06
Tints of Caput Mortuum #551B06
RGB
CMYK
RGB Variations
Color information
#551B06 (or 0x551B06) is known color: Caput Mortuum. HEX triplet: 55, 1B and 06. RGB value is (85,27,6). Sum of RGB (Red+Green+Blue) = 85+27+6=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #551B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B06 is #AAE4F9. Grayscale: #2A2A2A. Windows color (decimal): -11199738 or 400213. OLE color: 400213.
HSL color Cylindrical-coordinate representation of color #551B06: hue angle of 15.95º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #551B06 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 6 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.67 |
| HSL | 15.95º | 0.87% | 0.18% | - |
| HSV(B) | 15.95º | 0.93% | 0.33% | - |
| XYZ | 4.17 | 2.73 | 0.48 | - |
| YUV | 41.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 6 | 0 | 0.68 | 0.93 | 0.67 | 15.95 | 0.87 | 0.18 |
| Hex | 55 | 1B | 6 | 0 | 44 | 5D | 43 | 10 | 57 | 12 |
| Octal | 125 | 33 | 6 | 0 | 104 | 135 | 103 | 20 | 127 | 22 |
| Binary | 1010101 | 11011 | 110 | 0 | 1000100 | 1011101 | 1000011 | 10000 | 1010111 | 10010 |
Color Harmonies of #551B06
Complementary color
Monochromatic Colors of #551B06
Black with #551B06
Text Example
Text Example
White with #551B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B06; }
p { color: rgb(85,27,6); }
H1.HeaderClassName
{
color: #551B06;
}
.AnyTagClassName
{
color: #551B06;
}
</style>
background-color css
<style>
a { background-color: #551B06; }
a { background-color: rgb(85,27,6); }
div.DivClassName
{
background-color: #551B06;
}
.BgClassName
{
background-color: #551B06;
}
</style>
border-color css
<style>
span { border-color: #551B06; }
span { border-color: rgb(85,27,6); }
td.TdClassName
{
border-color: #551B06;
}
.TagClassName
{
border-color: #551B06;
}
</style>