Shades of Caput Mortuum #551C08
Tints of Caput Mortuum #551C08
RGB
CMYK
RGB Variations
Color information
#551C08 (or 0x551C08) is known color: Caput Mortuum. HEX triplet: 55, 1C and 08. RGB value is (85,28,8). Sum of RGB (Red+Green+Blue) = 85+28+8=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #551C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C08 is #AAE3F7. Grayscale: #2A2A2A. Windows color (decimal): -11199480 or 531541. OLE color: 531541.
HSL color Cylindrical-coordinate representation of color #551C08: hue angle of 15.58º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #551C08 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 28 | 8 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.67 |
| HSL | 15.58º | 0.83% | 0.18% | - |
| HSV(B) | 15.58º | 0.91% | 0.33% | - |
| XYZ | 4.21 | 2.78 | 0.54 | - |
| YUV | 42.76 | 108.38 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 8 | 0 | 0.67 | 0.91 | 0.67 | 15.58 | 0.83 | 0.18 |
| Hex | 55 | 1C | 8 | 0 | 43 | 5B | 43 | 10 | 53 | 12 |
| Octal | 125 | 34 | 10 | 0 | 103 | 133 | 103 | 20 | 123 | 22 |
| Binary | 1010101 | 11100 | 1000 | 0 | 1000011 | 1011011 | 1000011 | 10000 | 1010011 | 10010 |
Color Harmonies of #551C08
Complementary color
Monochromatic Colors of #551C08
Black with #551C08
Text Example
Text Example
White with #551C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C08; }
p { color: rgb(85,28,8); }
H1.HeaderClassName
{
color: #551C08;
}
.AnyTagClassName
{
color: #551C08;
}
</style>
background-color css
<style>
a { background-color: #551C08; }
a { background-color: rgb(85,28,8); }
div.DivClassName
{
background-color: #551C08;
}
.BgClassName
{
background-color: #551C08;
}
</style>
border-color css
<style>
span { border-color: #551C08; }
span { border-color: rgb(85,28,8); }
td.TdClassName
{
border-color: #551C08;
}
.TagClassName
{
border-color: #551C08;
}
</style>