Shades of Caput Mortuum #53271D
Tints of Caput Mortuum #53271D
RGB
CMYK
RGB Variations
Color information
#53271D (or 0x53271D) is known color: Caput Mortuum. HEX triplet: 53, 27 and 1D. RGB value is (83,39,29). Sum of RGB (Red+Green+Blue) = 83+39+29=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53271D is #ACD8E2. Grayscale: #333333. Windows color (decimal): -11327715 or 1910611. OLE color: 1910611.
HSL color Cylindrical-coordinate representation of color #53271D: hue angle of 11.11º 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 #53271D is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 39 | 29 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.67 |
| HSL | 11.11º | 0.48% | 0.22% | - |
| HSV(B) | 11.11º | 0.65% | 0.33% | - |
| XYZ | 4.51 | 3.38 | 1.58 | - |
| YUV | 51.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 29 | 0 | 0.53 | 0.65 | 0.67 | 11.11 | 0.48 | 0.22 |
| Hex | 53 | 27 | 1D | 0 | 35 | 41 | 43 | B | 30 | 16 |
| Octal | 123 | 47 | 35 | 0 | 65 | 101 | 103 | 13 | 60 | 26 |
| Binary | 1010011 | 100111 | 11101 | 0 | 110101 | 1000001 | 1000011 | 1011 | 110000 | 10110 |
Color Harmonies of #53271D
Complementary color
Monochromatic Colors of #53271D
Black with #53271D
Text Example
Text Example
White with #53271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53271D; }
p { color: rgb(83,39,29); }
H1.HeaderClassName
{
color: #53271D;
}
.AnyTagClassName
{
color: #53271D;
}
</style>
background-color css
<style>
a { background-color: #53271D; }
a { background-color: rgb(83,39,29); }
div.DivClassName
{
background-color: #53271D;
}
.BgClassName
{
background-color: #53271D;
}
</style>
border-color css
<style>
span { border-color: #53271D; }
span { border-color: rgb(83,39,29); }
td.TdClassName
{
border-color: #53271D;
}
.TagClassName
{
border-color: #53271D;
}
</style>