Shades of Caput Mortuum #52281C
Tints of Caput Mortuum #52281C
RGB
CMYK
RGB Variations
Color information
#52281C (or 0x52281C) is known color: Caput Mortuum. HEX triplet: 52, 28 and 1C. RGB value is (82,40,28). Sum of RGB (Red+Green+Blue) = 82+40+28=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #52281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52281C is #ADD7E3. Grayscale: #333333. Windows color (decimal): -11392996 or 1845330. OLE color: 1845330.
HSL color Cylindrical-coordinate representation of color #52281C: hue angle of 13.33º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52281C is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 40 | 28 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.68 |
| HSL | 13.33º | 0.49% | 0.22% | - |
| HSV(B) | 13.33º | 0.66% | 0.32% | - |
| XYZ | 4.45 | 3.4 | 1.52 | - |
| YUV | 51.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 28 | 0 | 0.51 | 0.66 | 0.68 | 13.33 | 0.49 | 0.22 |
| Hex | 52 | 28 | 1C | 0 | 33 | 42 | 44 | D | 31 | 16 |
| Octal | 122 | 50 | 34 | 0 | 63 | 102 | 104 | 15 | 61 | 26 |
| Binary | 1010010 | 101000 | 11100 | 0 | 110011 | 1000010 | 1000100 | 1101 | 110001 | 10110 |
Color Harmonies of #52281C
Complementary color
Monochromatic Colors of #52281C
Black with #52281C
Text Example
Text Example
White with #52281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52281C; }
p { color: rgb(82,40,28); }
H1.HeaderClassName
{
color: #52281C;
}
.AnyTagClassName
{
color: #52281C;
}
</style>
background-color css
<style>
a { background-color: #52281C; }
a { background-color: rgb(82,40,28); }
div.DivClassName
{
background-color: #52281C;
}
.BgClassName
{
background-color: #52281C;
}
</style>
border-color css
<style>
span { border-color: #52281C; }
span { border-color: rgb(82,40,28); }
td.TdClassName
{
border-color: #52281C;
}
.TagClassName
{
border-color: #52281C;
}
</style>