Shades of Caput Mortuum #55261C
Tints of Caput Mortuum #55261C
RGB
CMYK
RGB Variations
Color information
#55261C (or 0x55261C) is known color: Caput Mortuum. HEX triplet: 55, 26 and 1C. RGB value is (85,38,28). Sum of RGB (Red+Green+Blue) = 85+38+28=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55261C is #AAD9E3. Grayscale: #333333. Windows color (decimal): -11196900 or 1844821. OLE color: 1844821.
HSL color Cylindrical-coordinate representation of color #55261C: hue angle of 10.53º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55261C is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 38 | 28 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.67 |
| HSL | 10.53º | 0.5% | 0.22% | - |
| HSV(B) | 10.53º | 0.67% | 0.33% | - |
| XYZ | 4.65 | 3.4 | 1.51 | - |
| YUV | 50.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 28 | 0 | 0.55 | 0.67 | 0.67 | 10.53 | 0.5 | 0.22 |
| Hex | 55 | 26 | 1C | 0 | 37 | 43 | 43 | B | 32 | 16 |
| Octal | 125 | 46 | 34 | 0 | 67 | 103 | 103 | 13 | 62 | 26 |
| Binary | 1010101 | 100110 | 11100 | 0 | 110111 | 1000011 | 1000011 | 1011 | 110010 | 10110 |
Color Harmonies of #55261C
Complementary color
Monochromatic Colors of #55261C
Black with #55261C
Text Example
Text Example
White with #55261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55261C; }
p { color: rgb(85,38,28); }
H1.HeaderClassName
{
color: #55261C;
}
.AnyTagClassName
{
color: #55261C;
}
</style>
background-color css
<style>
a { background-color: #55261C; }
a { background-color: rgb(85,38,28); }
div.DivClassName
{
background-color: #55261C;
}
.BgClassName
{
background-color: #55261C;
}
</style>
border-color css
<style>
span { border-color: #55261C; }
span { border-color: rgb(85,38,28); }
td.TdClassName
{
border-color: #55261C;
}
.TagClassName
{
border-color: #55261C;
}
</style>