Shades of Caput Mortuum #652A22
Tints of Caput Mortuum #652A22
RGB
CMYK
RGB Variations
Color information
#652A22 (or 0x652A22) is known color: Caput Mortuum. HEX triplet: 65, 2A and 22. RGB value is (101,42,34). Sum of RGB (Red+Green+Blue) = 101+42+34=177 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.06% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 101 - color contains mainly: red. Hex color #652A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652A22 is #9AD5DD. Grayscale: #3A3A3A. Windows color (decimal): -10147294 or 2239077. OLE color: 2239077.
HSL color Cylindrical-coordinate representation of color #652A22: hue angle of 7.16º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652A22 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 42 | 34 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.60 |
| HSL | 7.16º | 0.5% | 0.26% | - |
| HSV(B) | 7.16º | 0.66% | 0.4% | - |
| XYZ | 6.48 | 4.54 | 2.05 | - |
| YUV | 58.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 34 | 0 | 0.58 | 0.66 | 0.60 | 7.16 | 0.5 | 0.26 |
| Hex | 65 | 2A | 22 | 0 | 3A | 42 | 3C | 7 | 32 | 1A |
| Octal | 145 | 52 | 42 | 0 | 72 | 102 | 74 | 7 | 62 | 32 |
| Binary | 1100101 | 101010 | 100010 | 0 | 111010 | 1000010 | 111100 | 111 | 110010 | 11010 |
Color Harmonies of #652A22
Complementary color
Monochromatic Colors of #652A22
Black with #652A22
Text Example
Text Example
White with #652A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652A22; }
p { color: rgb(101,42,34); }
H1.HeaderClassName
{
color: #652A22;
}
.AnyTagClassName
{
color: #652A22;
}
</style>
background-color css
<style>
a { background-color: #652A22; }
a { background-color: rgb(101,42,34); }
div.DivClassName
{
background-color: #652A22;
}
.BgClassName
{
background-color: #652A22;
}
</style>
border-color css
<style>
span { border-color: #652A22; }
span { border-color: rgb(101,42,34); }
td.TdClassName
{
border-color: #652A22;
}
.TagClassName
{
border-color: #652A22;
}
</style>