Shades of Caput Mortuum #552010
Tints of Caput Mortuum #552010
RGB
CMYK
RGB Variations
Color information
#552010 (or 0x552010) is known color: Caput Mortuum. HEX triplet: 55, 20 and 10. RGB value is (85,32,16). Sum of RGB (Red+Green+Blue) = 85+32+16=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #552010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552010 is #AADFEF. Grayscale: #2E2E2E. Windows color (decimal): -11198448 or 1056853. OLE color: 1056853.
HSL color Cylindrical-coordinate representation of color #552010: hue angle of 13.91º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552010 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 16 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.67 |
| HSL | 13.91º | 0.68% | 0.2% | - |
| HSV(B) | 13.91º | 0.81% | 0.33% | - |
| XYZ | 4.36 | 3 | 0.84 | - |
| YUV | 46.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 16 | 0 | 0.62 | 0.81 | 0.67 | 13.91 | 0.68 | 0.2 |
| Hex | 55 | 20 | 10 | 0 | 3E | 51 | 43 | E | 44 | 14 |
| Octal | 125 | 40 | 20 | 0 | 76 | 121 | 103 | 16 | 104 | 24 |
| Binary | 1010101 | 100000 | 10000 | 0 | 111110 | 1010001 | 1000011 | 1110 | 1000100 | 10100 |
Color Harmonies of #552010
Complementary color
Monochromatic Colors of #552010
Black with #552010
Text Example
Text Example
White with #552010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552010; }
p { color: rgb(85,32,16); }
H1.HeaderClassName
{
color: #552010;
}
.AnyTagClassName
{
color: #552010;
}
</style>
background-color css
<style>
a { background-color: #552010; }
a { background-color: rgb(85,32,16); }
div.DivClassName
{
background-color: #552010;
}
.BgClassName
{
background-color: #552010;
}
</style>
border-color css
<style>
span { border-color: #552010; }
span { border-color: rgb(85,32,16); }
td.TdClassName
{
border-color: #552010;
}
.TagClassName
{
border-color: #552010;
}
</style>