Shades of Caput Mortuum #551E0B
Tints of Caput Mortuum #551E0B
RGB
CMYK
RGB Variations
Color information
#551E0B (or 0x551E0B) is known color: Caput Mortuum. HEX triplet: 55, 1E and 0B. RGB value is (85,30,11). Sum of RGB (Red+Green+Blue) = 85+30+11=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551E0B is #AAE1F4. Grayscale: #2C2C2C. Windows color (decimal): -11198965 or 728661. OLE color: 728661.
HSL color Cylindrical-coordinate representation of color #551E0B: hue angle of 15.41º 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 #551E0B is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 11 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.67 |
| HSL | 15.41º | 0.77% | 0.19% | - |
| HSV(B) | 15.41º | 0.87% | 0.33% | - |
| XYZ | 4.27 | 2.88 | 0.65 | - |
| YUV | 44.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 11 | 0 | 0.65 | 0.87 | 0.67 | 15.41 | 0.77 | 0.19 |
| Hex | 55 | 1E | B | 0 | 41 | 57 | 43 | F | 4D | 13 |
| Octal | 125 | 36 | 13 | 0 | 101 | 127 | 103 | 17 | 115 | 23 |
| Binary | 1010101 | 11110 | 1011 | 0 | 1000001 | 1010111 | 1000011 | 1111 | 1001101 | 10011 |
Color Harmonies of #551E0B
Complementary color
Monochromatic Colors of #551E0B
Black with #551E0B
Text Example
Text Example
White with #551E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E0B; }
p { color: rgb(85,30,11); }
H1.HeaderClassName
{
color: #551E0B;
}
.AnyTagClassName
{
color: #551E0B;
}
</style>
background-color css
<style>
a { background-color: #551E0B; }
a { background-color: rgb(85,30,11); }
div.DivClassName
{
background-color: #551E0B;
}
.BgClassName
{
background-color: #551E0B;
}
</style>
border-color css
<style>
span { border-color: #551E0B; }
span { border-color: rgb(85,30,11); }
td.TdClassName
{
border-color: #551E0B;
}
.TagClassName
{
border-color: #551E0B;
}
</style>