Shades of Caput Mortuum #55261D
Tints of Caput Mortuum #55261D
RGB
CMYK
RGB Variations
Color information
#55261D (or 0x55261D) is known color: Caput Mortuum. HEX triplet: 55, 26 and 1D. RGB value is (85,38,29). Sum of RGB (Red+Green+Blue) = 85+38+29=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55261D is #AAD9E2. Grayscale: #333333. Windows color (decimal): -11196899 or 1910357. OLE color: 1910357.
HSL color Cylindrical-coordinate representation of color #55261D: hue angle of 9.64º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55261D is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 38 | 29 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.67 |
| HSL | 9.64º | 0.49% | 0.22% | - |
| HSV(B) | 9.64º | 0.66% | 0.33% | - |
| XYZ | 4.66 | 3.41 | 1.57 | - |
| YUV | 51.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 29 | 0 | 0.55 | 0.66 | 0.67 | 9.64 | 0.49 | 0.22 |
| Hex | 55 | 26 | 1D | 0 | 37 | 42 | 43 | A | 31 | 16 |
| Octal | 125 | 46 | 35 | 0 | 67 | 102 | 103 | 12 | 61 | 26 |
| Binary | 1010101 | 100110 | 11101 | 0 | 110111 | 1000010 | 1000011 | 1010 | 110001 | 10110 |
Color Harmonies of #55261D
Complementary color
Monochromatic Colors of #55261D
Black with #55261D
Text Example
Text Example
White with #55261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55261D; }
p { color: rgb(85,38,29); }
H1.HeaderClassName
{
color: #55261D;
}
.AnyTagClassName
{
color: #55261D;
}
</style>
background-color css
<style>
a { background-color: #55261D; }
a { background-color: rgb(85,38,29); }
div.DivClassName
{
background-color: #55261D;
}
.BgClassName
{
background-color: #55261D;
}
</style>
border-color css
<style>
span { border-color: #55261D; }
span { border-color: rgb(85,38,29); }
td.TdClassName
{
border-color: #55261D;
}
.TagClassName
{
border-color: #55261D;
}
</style>