Shades of Caput Mortuum #551D0A
Tints of Caput Mortuum #551D0A
RGB
CMYK
RGB Variations
Color information
#551D0A (or 0x551D0A) is known color: Caput Mortuum. HEX triplet: 55, 1D and 0A. RGB value is (85,29,10). Sum of RGB (Red+Green+Blue) = 85+29+10=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #551D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551D0A is #AAE2F5. Grayscale: #2B2B2B. Windows color (decimal): -11199222 or 662869. OLE color: 662869.
HSL color Cylindrical-coordinate representation of color #551D0A: hue angle of 15.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551D0A is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 10 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.67 |
| HSL | 15.2º | 0.79% | 0.19% | - |
| HSV(B) | 15.2º | 0.88% | 0.33% | - |
| XYZ | 4.24 | 2.83 | 0.61 | - |
| YUV | 43.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 10 | 0 | 0.66 | 0.88 | 0.67 | 15.2 | 0.79 | 0.19 |
| Hex | 55 | 1D | A | 0 | 42 | 58 | 43 | F | 4F | 13 |
| Octal | 125 | 35 | 12 | 0 | 102 | 130 | 103 | 17 | 117 | 23 |
| Binary | 1010101 | 11101 | 1010 | 0 | 1000010 | 1011000 | 1000011 | 1111 | 1001111 | 10011 |
Color Harmonies of #551D0A
Complementary color
Monochromatic Colors of #551D0A
Black with #551D0A
Text Example
Text Example
White with #551D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D0A; }
p { color: rgb(85,29,10); }
H1.HeaderClassName
{
color: #551D0A;
}
.AnyTagClassName
{
color: #551D0A;
}
</style>
background-color css
<style>
a { background-color: #551D0A; }
a { background-color: rgb(85,29,10); }
div.DivClassName
{
background-color: #551D0A;
}
.BgClassName
{
background-color: #551D0A;
}
</style>
border-color css
<style>
span { border-color: #551D0A; }
span { border-color: rgb(85,29,10); }
td.TdClassName
{
border-color: #551D0A;
}
.TagClassName
{
border-color: #551D0A;
}
</style>