Shades of Caput Mortuum #53271B
Tints of Caput Mortuum #53271B
RGB
CMYK
RGB Variations
Color information
#53271B (or 0x53271B) is known color: Caput Mortuum. HEX triplet: 53, 27 and 1B. RGB value is (83,39,27). Sum of RGB (Red+Green+Blue) = 83+39+27=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53271B is #ACD8E4. Grayscale: #323232. Windows color (decimal): -11327717 or 1779539. OLE color: 1779539.
HSL color Cylindrical-coordinate representation of color #53271B: hue angle of 12.86º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53271B is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 39 | 27 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.67 |
| HSL | 12.86º | 0.51% | 0.22% | - |
| HSV(B) | 12.86º | 0.67% | 0.33% | - |
| XYZ | 4.49 | 3.37 | 1.45 | - |
| YUV | 50.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 27 | 0 | 0.53 | 0.67 | 0.67 | 12.86 | 0.51 | 0.22 |
| Hex | 53 | 27 | 1B | 0 | 35 | 43 | 43 | D | 33 | 16 |
| Octal | 123 | 47 | 33 | 0 | 65 | 103 | 103 | 15 | 63 | 26 |
| Binary | 1010011 | 100111 | 11011 | 0 | 110101 | 1000011 | 1000011 | 1101 | 110011 | 10110 |
Color Harmonies of #53271B
Complementary color
Monochromatic Colors of #53271B
Black with #53271B
Text Example
Text Example
White with #53271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53271B; }
p { color: rgb(83,39,27); }
H1.HeaderClassName
{
color: #53271B;
}
.AnyTagClassName
{
color: #53271B;
}
</style>
background-color css
<style>
a { background-color: #53271B; }
a { background-color: rgb(83,39,27); }
div.DivClassName
{
background-color: #53271B;
}
.BgClassName
{
background-color: #53271B;
}
</style>
border-color css
<style>
span { border-color: #53271B; }
span { border-color: rgb(83,39,27); }
td.TdClassName
{
border-color: #53271B;
}
.TagClassName
{
border-color: #53271B;
}
</style>