Shades of Caput Mortuum #551D13
Tints of Caput Mortuum #551D13
RGB
CMYK
RGB Variations
Color information
#551D13 (or 0x551D13) is known color: Caput Mortuum. HEX triplet: 55, 1D and 13. RGB value is (85,29,19). Sum of RGB (Red+Green+Blue) = 85+29+19=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #551D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551D13 is #AAE2EC. Grayscale: #2C2C2C. Windows color (decimal): -11199213 or 1252693. OLE color: 1252693.
HSL color Cylindrical-coordinate representation of color #551D13: hue angle of 9.09º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551D13 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 19 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.67 |
| HSL | 9.09º | 0.63% | 0.2% | - |
| HSV(B) | 9.09º | 0.78% | 0.33% | - |
| XYZ | 4.3 | 2.86 | 0.94 | - |
| YUV | 44.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 19 | 0 | 0.66 | 0.78 | 0.67 | 9.09 | 0.63 | 0.2 |
| Hex | 55 | 1D | 13 | 0 | 42 | 4E | 43 | 9 | 3F | 14 |
| Octal | 125 | 35 | 23 | 0 | 102 | 116 | 103 | 11 | 77 | 24 |
| Binary | 1010101 | 11101 | 10011 | 0 | 1000010 | 1001110 | 1000011 | 1001 | 111111 | 10100 |
Color Harmonies of #551D13
Complementary color
Monochromatic Colors of #551D13
Black with #551D13
Text Example
Text Example
White with #551D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D13; }
p { color: rgb(85,29,19); }
H1.HeaderClassName
{
color: #551D13;
}
.AnyTagClassName
{
color: #551D13;
}
</style>
background-color css
<style>
a { background-color: #551D13; }
a { background-color: rgb(85,29,19); }
div.DivClassName
{
background-color: #551D13;
}
.BgClassName
{
background-color: #551D13;
}
</style>
border-color css
<style>
span { border-color: #551D13; }
span { border-color: rgb(85,29,19); }
td.TdClassName
{
border-color: #551D13;
}
.TagClassName
{
border-color: #551D13;
}
</style>