Shades of Caput Mortuum #652512
Tints of Caput Mortuum #652512
RGB
CMYK
RGB Variations
Color information
#652512 (or 0x652512) is known color: Caput Mortuum. HEX triplet: 65, 25 and 12. RGB value is (101,37,18). Sum of RGB (Red+Green+Blue) = 101+37+18=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #652512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652512 is #9ADAED. Grayscale: #363636. Windows color (decimal): -10148590 or 1189221. OLE color: 1189221.
HSL color Cylindrical-coordinate representation of color #652512: hue angle of 13.73º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652512 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 37 | 18 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.60 |
| HSL | 13.73º | 0.7% | 0.23% | - |
| HSV(B) | 13.73º | 0.82% | 0.4% | - |
| XYZ | 6.14 | 4.13 | 1.05 | - |
| YUV | 53.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 18 | 0 | 0.63 | 0.82 | 0.60 | 13.73 | 0.7 | 0.23 |
| Hex | 65 | 25 | 12 | 0 | 3F | 52 | 3C | E | 46 | 17 |
| Octal | 145 | 45 | 22 | 0 | 77 | 122 | 74 | 16 | 106 | 27 |
| Binary | 1100101 | 100101 | 10010 | 0 | 111111 | 1010010 | 111100 | 1110 | 1000110 | 10111 |
Color Harmonies of #652512
Complementary color
Monochromatic Colors of #652512
Black with #652512
Text Example
Text Example
White with #652512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652512; }
p { color: rgb(101,37,18); }
H1.HeaderClassName
{
color: #652512;
}
.AnyTagClassName
{
color: #652512;
}
</style>
background-color css
<style>
a { background-color: #652512; }
a { background-color: rgb(101,37,18); }
div.DivClassName
{
background-color: #652512;
}
.BgClassName
{
background-color: #652512;
}
</style>
border-color css
<style>
span { border-color: #652512; }
span { border-color: rgb(101,37,18); }
td.TdClassName
{
border-color: #652512;
}
.TagClassName
{
border-color: #652512;
}
</style>