Shades of Caput Mortuum #532112
Tints of Caput Mortuum #532112
RGB
CMYK
RGB Variations
Color information
#532112 (or 0x532112) is known color: Caput Mortuum. HEX triplet: 53, 21 and 12. RGB value is (83,33,18). Sum of RGB (Red+Green+Blue) = 83+33+18=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #532112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532112 is #ACDEED. Grayscale: #2E2E2E. Windows color (decimal): -11329262 or 1188179. OLE color: 1188179.
HSL color Cylindrical-coordinate representation of color #532112: hue angle of 13.85º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532112 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 33 | 18 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.67 |
| HSL | 13.85º | 0.64% | 0.2% | - |
| HSV(B) | 13.85º | 0.78% | 0.33% | - |
| XYZ | 4.22 | 2.97 | 0.92 | - |
| YUV | 46.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 18 | 0 | 0.60 | 0.78 | 0.67 | 13.85 | 0.64 | 0.2 |
| Hex | 53 | 21 | 12 | 0 | 3C | 4E | 43 | E | 40 | 14 |
| Octal | 123 | 41 | 22 | 0 | 74 | 116 | 103 | 16 | 100 | 24 |
| Binary | 1010011 | 100001 | 10010 | 0 | 111100 | 1001110 | 1000011 | 1110 | 1000000 | 10100 |
Color Harmonies of #532112
Complementary color
Monochromatic Colors of #532112
Black with #532112
Text Example
Text Example
White with #532112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532112; }
p { color: rgb(83,33,18); }
H1.HeaderClassName
{
color: #532112;
}
.AnyTagClassName
{
color: #532112;
}
</style>
background-color css
<style>
a { background-color: #532112; }
a { background-color: rgb(83,33,18); }
div.DivClassName
{
background-color: #532112;
}
.BgClassName
{
background-color: #532112;
}
</style>
border-color css
<style>
span { border-color: #532112; }
span { border-color: rgb(83,33,18); }
td.TdClassName
{
border-color: #532112;
}
.TagClassName
{
border-color: #532112;
}
</style>