Shades of Caput Mortuum #532014
Tints of Caput Mortuum #532014
RGB
CMYK
RGB Variations
Color information
#532014 (or 0x532014) is known color: Caput Mortuum. HEX triplet: 53, 20 and 14. RGB value is (83,32,20). Sum of RGB (Red+Green+Blue) = 83+32+20=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #532014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532014 is #ACDFEB. Grayscale: #2D2D2D. Windows color (decimal): -11329516 or 1318995. OLE color: 1318995.
HSL color Cylindrical-coordinate representation of color #532014: hue angle of 11.43º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #532014 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 20 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.67 |
| HSL | 11.43º | 0.61% | 0.2% | - |
| HSV(B) | 11.43º | 0.76% | 0.33% | - |
| XYZ | 4.21 | 2.92 | 1 | - |
| YUV | 45.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 20 | 0 | 0.61 | 0.76 | 0.67 | 11.43 | 0.61 | 0.2 |
| Hex | 53 | 20 | 14 | 0 | 3D | 4C | 43 | B | 3D | 14 |
| Octal | 123 | 40 | 24 | 0 | 75 | 114 | 103 | 13 | 75 | 24 |
| Binary | 1010011 | 100000 | 10100 | 0 | 111101 | 1001100 | 1000011 | 1011 | 111101 | 10100 |
Color Harmonies of #532014
Complementary color
Monochromatic Colors of #532014
Black with #532014
Text Example
Text Example
White with #532014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532014; }
p { color: rgb(83,32,20); }
H1.HeaderClassName
{
color: #532014;
}
.AnyTagClassName
{
color: #532014;
}
</style>
background-color css
<style>
a { background-color: #532014; }
a { background-color: rgb(83,32,20); }
div.DivClassName
{
background-color: #532014;
}
.BgClassName
{
background-color: #532014;
}
</style>
border-color css
<style>
span { border-color: #532014; }
span { border-color: rgb(83,32,20); }
td.TdClassName
{
border-color: #532014;
}
.TagClassName
{
border-color: #532014;
}
</style>