Shades of Caput Mortuum #53291D
Tints of Caput Mortuum #53291D
RGB
CMYK
RGB Variations
Color information
#53291D (or 0x53291D) is known color: Caput Mortuum. HEX triplet: 53, 29 and 1D. RGB value is (83,41,29). Sum of RGB (Red+Green+Blue) = 83+41+29=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #53291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53291D is #ACD6E2. Grayscale: #343434. Windows color (decimal): -11327203 or 1911123. OLE color: 1911123.
HSL color Cylindrical-coordinate representation of color #53291D: hue angle of 13.33º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53291D is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 29 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.67 |
| HSL | 13.33º | 0.48% | 0.22% | - |
| HSV(B) | 13.33º | 0.65% | 0.33% | - |
| XYZ | 4.58 | 3.51 | 1.6 | - |
| YUV | 52.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 29 | 0 | 0.51 | 0.65 | 0.67 | 13.33 | 0.48 | 0.22 |
| Hex | 53 | 29 | 1D | 0 | 33 | 41 | 43 | D | 30 | 16 |
| Octal | 123 | 51 | 35 | 0 | 63 | 101 | 103 | 15 | 60 | 26 |
| Binary | 1010011 | 101001 | 11101 | 0 | 110011 | 1000001 | 1000011 | 1101 | 110000 | 10110 |
Color Harmonies of #53291D
Complementary color
Monochromatic Colors of #53291D
Black with #53291D
Text Example
Text Example
White with #53291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53291D; }
p { color: rgb(83,41,29); }
H1.HeaderClassName
{
color: #53291D;
}
.AnyTagClassName
{
color: #53291D;
}
</style>
background-color css
<style>
a { background-color: #53291D; }
a { background-color: rgb(83,41,29); }
div.DivClassName
{
background-color: #53291D;
}
.BgClassName
{
background-color: #53291D;
}
</style>
border-color css
<style>
span { border-color: #53291D; }
span { border-color: rgb(83,41,29); }
td.TdClassName
{
border-color: #53291D;
}
.TagClassName
{
border-color: #53291D;
}
</style>