Shades of Caput Mortuum #652111
Tints of Caput Mortuum #652111
RGB
CMYK
RGB Variations
Color information
#652111 (or 0x652111) is known color: Caput Mortuum. HEX triplet: 65, 21 and 11. RGB value is (101,33,17). Sum of RGB (Red+Green+Blue) = 101+33+17=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #652111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652111 is #9ADEEE. Grayscale: #333333. Windows color (decimal): -10149615 or 1122661. OLE color: 1122661.
HSL color Cylindrical-coordinate representation of color #652111: hue angle of 11.43º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #652111 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 17 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.60 |
| HSL | 11.43º | 0.71% | 0.23% | - |
| HSV(B) | 11.43º | 0.83% | 0.4% | - |
| XYZ | 6.01 | 3.89 | 0.97 | - |
| YUV | 51.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 17 | 0 | 0.67 | 0.83 | 0.60 | 11.43 | 0.71 | 0.23 |
| Hex | 65 | 21 | 11 | 0 | 43 | 53 | 3C | B | 47 | 17 |
| Octal | 145 | 41 | 21 | 0 | 103 | 123 | 74 | 13 | 107 | 27 |
| Binary | 1100101 | 100001 | 10001 | 0 | 1000011 | 1010011 | 111100 | 1011 | 1000111 | 10111 |
Color Harmonies of #652111
Complementary color
Monochromatic Colors of #652111
Black with #652111
Text Example
Text Example
White with #652111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652111; }
p { color: rgb(101,33,17); }
H1.HeaderClassName
{
color: #652111;
}
.AnyTagClassName
{
color: #652111;
}
</style>
background-color css
<style>
a { background-color: #652111; }
a { background-color: rgb(101,33,17); }
div.DivClassName
{
background-color: #652111;
}
.BgClassName
{
background-color: #652111;
}
</style>
border-color css
<style>
span { border-color: #652111; }
span { border-color: rgb(101,33,17); }
td.TdClassName
{
border-color: #652111;
}
.TagClassName
{
border-color: #652111;
}
</style>