Shades of Caput Mortuum #532017
Tints of Caput Mortuum #532017
RGB
CMYK
RGB Variations
Color information
#532017 (or 0x532017) is known color: Caput Mortuum. HEX triplet: 53, 20 and 17. RGB value is (83,32,23). Sum of RGB (Red+Green+Blue) = 83+32+23=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #532017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532017 is #ACDFE8. Grayscale: #2E2E2E. Windows color (decimal): -11329513 or 1515603. OLE color: 1515603.
HSL color Cylindrical-coordinate representation of color #532017: hue angle of 9º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #532017 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 23 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.67 |
| HSL | 9º | 0.57% | 0.21% | - |
| HSV(B) | 9º | 0.72% | 0.33% | - |
| XYZ | 4.24 | 2.93 | 1.15 | - |
| YUV | 46.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 23 | 0 | 0.61 | 0.72 | 0.67 | 9 | 0.57 | 0.21 |
| Hex | 53 | 20 | 17 | 0 | 3D | 48 | 43 | 9 | 39 | 15 |
| Octal | 123 | 40 | 27 | 0 | 75 | 110 | 103 | 11 | 71 | 25 |
| Binary | 1010011 | 100000 | 10111 | 0 | 111101 | 1001000 | 1000011 | 1001 | 111001 | 10101 |
Color Harmonies of #532017
Complementary color
Monochromatic Colors of #532017
Black with #532017
Text Example
Text Example
White with #532017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532017; }
p { color: rgb(83,32,23); }
H1.HeaderClassName
{
color: #532017;
}
.AnyTagClassName
{
color: #532017;
}
</style>
background-color css
<style>
a { background-color: #532017; }
a { background-color: rgb(83,32,23); }
div.DivClassName
{
background-color: #532017;
}
.BgClassName
{
background-color: #532017;
}
</style>
border-color css
<style>
span { border-color: #532017; }
span { border-color: rgb(83,32,23); }
td.TdClassName
{
border-color: #532017;
}
.TagClassName
{
border-color: #532017;
}
</style>