Shades of Caput Mortuum #652A1A
Tints of Caput Mortuum #652A1A
RGB
CMYK
RGB Variations
Color information
#652A1A (or 0x652A1A) is known color: Caput Mortuum. HEX triplet: 65, 2A and 1A. RGB value is (101,42,26). Sum of RGB (Red+Green+Blue) = 101+42+26=169 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.76% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 101 - color contains mainly: red. Hex color #652A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652A1A is #9AD5E5. Grayscale: #393939. Windows color (decimal): -10147302 or 1714789. OLE color: 1714789.
HSL color Cylindrical-coordinate representation of color #652A1A: hue angle of 12.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #652A1A is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 42 | 26 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.60 |
| HSL | 12.8º | 0.59% | 0.25% | - |
| HSV(B) | 12.8º | 0.74% | 0.4% | - |
| XYZ | 6.38 | 4.5 | 1.51 | - |
| YUV | 57.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 26 | 0 | 0.58 | 0.74 | 0.60 | 12.8 | 0.59 | 0.25 |
| Hex | 65 | 2A | 1A | 0 | 3A | 4A | 3C | D | 3B | 19 |
| Octal | 145 | 52 | 32 | 0 | 72 | 112 | 74 | 15 | 73 | 31 |
| Binary | 1100101 | 101010 | 11010 | 0 | 111010 | 1001010 | 111100 | 1101 | 111011 | 11001 |
Color Harmonies of #652A1A
Complementary color
Monochromatic Colors of #652A1A
Black with #652A1A
Text Example
Text Example
White with #652A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652A1A; }
p { color: rgb(101,42,26); }
H1.HeaderClassName
{
color: #652A1A;
}
.AnyTagClassName
{
color: #652A1A;
}
</style>
background-color css
<style>
a { background-color: #652A1A; }
a { background-color: rgb(101,42,26); }
div.DivClassName
{
background-color: #652A1A;
}
.BgClassName
{
background-color: #652A1A;
}
</style>
border-color css
<style>
span { border-color: #652A1A; }
span { border-color: rgb(101,42,26); }
td.TdClassName
{
border-color: #652A1A;
}
.TagClassName
{
border-color: #652A1A;
}
</style>