Shades of Caput Mortuum #551B09
Tints of Caput Mortuum #551B09
RGB
CMYK
RGB Variations
Color information
#551B09 (or 0x551B09) is known color: Caput Mortuum. HEX triplet: 55, 1B and 09. RGB value is (85,27,9). Sum of RGB (Red+Green+Blue) = 85+27+9=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #551B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B09 is #AAE4F6. Grayscale: #2A2A2A. Windows color (decimal): -11199735 or 596821. OLE color: 596821.
HSL color Cylindrical-coordinate representation of color #551B09: hue angle of 14.21º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551B09 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 9 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.67 |
| HSL | 14.21º | 0.81% | 0.18% | - |
| HSV(B) | 14.21º | 0.89% | 0.33% | - |
| XYZ | 4.19 | 2.73 | 0.57 | - |
| YUV | 42.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 9 | 0 | 0.68 | 0.89 | 0.67 | 14.21 | 0.81 | 0.18 |
| Hex | 55 | 1B | 9 | 0 | 44 | 59 | 43 | E | 51 | 12 |
| Octal | 125 | 33 | 11 | 0 | 104 | 131 | 103 | 16 | 121 | 22 |
| Binary | 1010101 | 11011 | 1001 | 0 | 1000100 | 1011001 | 1000011 | 1110 | 1010001 | 10010 |
Color Harmonies of #551B09
Complementary color
Monochromatic Colors of #551B09
Black with #551B09
Text Example
Text Example
White with #551B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B09; }
p { color: rgb(85,27,9); }
H1.HeaderClassName
{
color: #551B09;
}
.AnyTagClassName
{
color: #551B09;
}
</style>
background-color css
<style>
a { background-color: #551B09; }
a { background-color: rgb(85,27,9); }
div.DivClassName
{
background-color: #551B09;
}
.BgClassName
{
background-color: #551B09;
}
</style>
border-color css
<style>
span { border-color: #551B09; }
span { border-color: rgb(85,27,9); }
td.TdClassName
{
border-color: #551B09;
}
.TagClassName
{
border-color: #551B09;
}
</style>