Shades of Caput Mortuum #62241D
Tints of Caput Mortuum #62241D
RGB
CMYK
RGB Variations
Color information
#62241D (or 0x62241D) is known color: Caput Mortuum. HEX triplet: 62, 24 and 1D. RGB value is (98,36,29). Sum of RGB (Red+Green+Blue) = 98+36+29=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62241D is #9DDBE2. Grayscale: #353535. Windows color (decimal): -10345443 or 1909858. OLE color: 1909858.
HSL color Cylindrical-coordinate representation of color #62241D: hue angle of 6.09º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62241D is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 36 | 29 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.62 |
| HSL | 6.09º | 0.54% | 0.25% | - |
| HSV(B) | 6.09º | 0.7% | 0.38% | - |
| XYZ | 5.89 | 3.95 | 1.61 | - |
| YUV | 53.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 29 | 0 | 0.63 | 0.70 | 0.62 | 6.09 | 0.54 | 0.25 |
| Hex | 62 | 24 | 1D | 0 | 3F | 46 | 3E | 6 | 36 | 19 |
| Octal | 142 | 44 | 35 | 0 | 77 | 106 | 76 | 6 | 66 | 31 |
| Binary | 1100010 | 100100 | 11101 | 0 | 111111 | 1000110 | 111110 | 110 | 110110 | 11001 |
Color Harmonies of #62241D
Complementary color
Monochromatic Colors of #62241D
Black with #62241D
Text Example
Text Example
White with #62241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62241D; }
p { color: rgb(98,36,29); }
H1.HeaderClassName
{
color: #62241D;
}
.AnyTagClassName
{
color: #62241D;
}
</style>
background-color css
<style>
a { background-color: #62241D; }
a { background-color: rgb(98,36,29); }
div.DivClassName
{
background-color: #62241D;
}
.BgClassName
{
background-color: #62241D;
}
</style>
border-color css
<style>
span { border-color: #62241D; }
span { border-color: rgb(98,36,29); }
td.TdClassName
{
border-color: #62241D;
}
.TagClassName
{
border-color: #62241D;
}
</style>