Shades of Caput Mortuum #551C10
Tints of Caput Mortuum #551C10
RGB
CMYK
RGB Variations
Color information
#551C10 (or 0x551C10) is known color: Caput Mortuum. HEX triplet: 55, 1C and 10. RGB value is (85,28,16). Sum of RGB (Red+Green+Blue) = 85+28+16=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #551C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C10 is #AAE3EF. Grayscale: #2B2B2B. Windows color (decimal): -11199472 or 1055829. OLE color: 1055829.
HSL color Cylindrical-coordinate representation of color #551C10: hue angle of 10.43º 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 #551C10 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 28 | 16 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.67 |
| HSL | 10.43º | 0.68% | 0.2% | - |
| HSV(B) | 10.43º | 0.81% | 0.33% | - |
| XYZ | 4.26 | 2.8 | 0.81 | - |
| YUV | 43.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 16 | 0 | 0.67 | 0.81 | 0.67 | 10.43 | 0.68 | 0.2 |
| Hex | 55 | 1C | 10 | 0 | 43 | 51 | 43 | A | 44 | 14 |
| Octal | 125 | 34 | 20 | 0 | 103 | 121 | 103 | 12 | 104 | 24 |
| Binary | 1010101 | 11100 | 10000 | 0 | 1000011 | 1010001 | 1000011 | 1010 | 1000100 | 10100 |
Color Harmonies of #551C10
Complementary color
Monochromatic Colors of #551C10
Black with #551C10
Text Example
Text Example
White with #551C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C10; }
p { color: rgb(85,28,16); }
H1.HeaderClassName
{
color: #551C10;
}
.AnyTagClassName
{
color: #551C10;
}
</style>
background-color css
<style>
a { background-color: #551C10; }
a { background-color: rgb(85,28,16); }
div.DivClassName
{
background-color: #551C10;
}
.BgClassName
{
background-color: #551C10;
}
</style>
border-color css
<style>
span { border-color: #551C10; }
span { border-color: rgb(85,28,16); }
td.TdClassName
{
border-color: #551C10;
}
.TagClassName
{
border-color: #551C10;
}
</style>