Shades of Caput Mortuum #53291C
Tints of Caput Mortuum #53291C
RGB
CMYK
RGB Variations
Color information
#53291C (or 0x53291C) is known color: Caput Mortuum. HEX triplet: 53, 29 and 1C. RGB value is (83,41,28). Sum of RGB (Red+Green+Blue) = 83+41+28=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #53291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53291C is #ACD6E3. Grayscale: #343434. Windows color (decimal): -11327204 or 1845587. OLE color: 1845587.
HSL color Cylindrical-coordinate representation of color #53291C: hue angle of 14.18º degrees, saturation: 0.5, 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 #53291C is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 28 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.67 |
| HSL | 14.18º | 0.5% | 0.22% | - |
| HSV(B) | 14.18º | 0.66% | 0.33% | - |
| XYZ | 4.57 | 3.51 | 1.54 | - |
| YUV | 52.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 28 | 0 | 0.51 | 0.66 | 0.67 | 14.18 | 0.5 | 0.22 |
| Hex | 53 | 29 | 1C | 0 | 33 | 42 | 43 | E | 32 | 16 |
| Octal | 123 | 51 | 34 | 0 | 63 | 102 | 103 | 16 | 62 | 26 |
| Binary | 1010011 | 101001 | 11100 | 0 | 110011 | 1000010 | 1000011 | 1110 | 110010 | 10110 |
Color Harmonies of #53291C
Complementary color
Monochromatic Colors of #53291C
Black with #53291C
Text Example
Text Example
White with #53291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53291C; }
p { color: rgb(83,41,28); }
H1.HeaderClassName
{
color: #53291C;
}
.AnyTagClassName
{
color: #53291C;
}
</style>
background-color css
<style>
a { background-color: #53291C; }
a { background-color: rgb(83,41,28); }
div.DivClassName
{
background-color: #53291C;
}
.BgClassName
{
background-color: #53291C;
}
</style>
border-color css
<style>
span { border-color: #53291C; }
span { border-color: rgb(83,41,28); }
td.TdClassName
{
border-color: #53291C;
}
.TagClassName
{
border-color: #53291C;
}
</style>