Shades of Caput Mortuum #552A1E
Tints of Caput Mortuum #552A1E
RGB
CMYK
RGB Variations
Color information
#552A1E (or 0x552A1E) is known color: Caput Mortuum. HEX triplet: 55, 2A and 1E. RGB value is (85,42,30). Sum of RGB (Red+Green+Blue) = 85+42+30=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #552A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A1E is #AAD5E1. Grayscale: #353535. Windows color (decimal): -11195874 or 1976917. OLE color: 1976917.
HSL color Cylindrical-coordinate representation of color #552A1E: hue angle of 13.09º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #552A1E is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 30 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.67 |
| HSL | 13.09º | 0.48% | 0.23% | - |
| HSV(B) | 13.09º | 0.65% | 0.33% | - |
| XYZ | 4.81 | 3.68 | 1.69 | - |
| YUV | 53.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 30 | 0 | 0.51 | 0.65 | 0.67 | 13.09 | 0.48 | 0.23 |
| Hex | 55 | 2A | 1E | 0 | 33 | 41 | 43 | D | 30 | 17 |
| Octal | 125 | 52 | 36 | 0 | 63 | 101 | 103 | 15 | 60 | 27 |
| Binary | 1010101 | 101010 | 11110 | 0 | 110011 | 1000001 | 1000011 | 1101 | 110000 | 10111 |
Color Harmonies of #552A1E
Complementary color
Monochromatic Colors of #552A1E
Black with #552A1E
Text Example
Text Example
White with #552A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A1E; }
p { color: rgb(85,42,30); }
H1.HeaderClassName
{
color: #552A1E;
}
.AnyTagClassName
{
color: #552A1E;
}
</style>
background-color css
<style>
a { background-color: #552A1E; }
a { background-color: rgb(85,42,30); }
div.DivClassName
{
background-color: #552A1E;
}
.BgClassName
{
background-color: #552A1E;
}
</style>
border-color css
<style>
span { border-color: #552A1E; }
span { border-color: rgb(85,42,30); }
td.TdClassName
{
border-color: #552A1E;
}
.TagClassName
{
border-color: #552A1E;
}
</style>