Shades of Caput Mortuum #53271C
Tints of Caput Mortuum #53271C
RGB
CMYK
RGB Variations
Color information
#53271C (or 0x53271C) is known color: Caput Mortuum. HEX triplet: 53, 27 and 1C. RGB value is (83,39,28). Sum of RGB (Red+Green+Blue) = 83+39+28=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53271C is #ACD8E3. Grayscale: #323232. Windows color (decimal): -11327716 or 1845075. OLE color: 1845075.
HSL color Cylindrical-coordinate representation of color #53271C: hue angle of 12º 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 #53271C is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 39 | 28 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.67 |
| HSL | 12º | 0.5% | 0.22% | - |
| HSV(B) | 12º | 0.66% | 0.33% | - |
| XYZ | 4.5 | 3.37 | 1.51 | - |
| YUV | 50.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 28 | 0 | 0.53 | 0.66 | 0.67 | 12 | 0.5 | 0.22 |
| Hex | 53 | 27 | 1C | 0 | 35 | 42 | 43 | C | 32 | 16 |
| Octal | 123 | 47 | 34 | 0 | 65 | 102 | 103 | 14 | 62 | 26 |
| Binary | 1010011 | 100111 | 11100 | 0 | 110101 | 1000010 | 1000011 | 1100 | 110010 | 10110 |
Color Harmonies of #53271C
Complementary color
Monochromatic Colors of #53271C
Black with #53271C
Text Example
Text Example
White with #53271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53271C; }
p { color: rgb(83,39,28); }
H1.HeaderClassName
{
color: #53271C;
}
.AnyTagClassName
{
color: #53271C;
}
</style>
background-color css
<style>
a { background-color: #53271C; }
a { background-color: rgb(83,39,28); }
div.DivClassName
{
background-color: #53271C;
}
.BgClassName
{
background-color: #53271C;
}
</style>
border-color css
<style>
span { border-color: #53271C; }
span { border-color: rgb(83,39,28); }
td.TdClassName
{
border-color: #53271C;
}
.TagClassName
{
border-color: #53271C;
}
</style>