Shades of Caput Mortuum #642C24
Tints of Caput Mortuum #642C24
RGB
CMYK
RGB Variations
Color information
#642C24 (or 0x642C24) is known color: Caput Mortuum. HEX triplet: 64, 2C and 24. RGB value is (100,44,36). Sum of RGB (Red+Green+Blue) = 100+44+36=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #642C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642C24 is #9BD3DB. Grayscale: #3B3B3B. Windows color (decimal): -10212316 or 2370660. OLE color: 2370660.
HSL color Cylindrical-coordinate representation of color #642C24: hue angle of 7.5º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #642C24 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 36 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.61 |
| HSL | 7.5º | 0.47% | 0.27% | - |
| HSV(B) | 7.5º | 0.64% | 0.39% | - |
| XYZ | 6.47 | 4.64 | 2.22 | - |
| YUV | 59.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 36 | 0 | 0.56 | 0.64 | 0.61 | 7.5 | 0.47 | 0.27 |
| Hex | 64 | 2C | 24 | 0 | 38 | 40 | 3D | 8 | 2F | 1B |
| Octal | 144 | 54 | 44 | 0 | 70 | 100 | 75 | 10 | 57 | 33 |
| Binary | 1100100 | 101100 | 100100 | 0 | 111000 | 1000000 | 111101 | 1000 | 101111 | 11011 |
Color Harmonies of #642C24
Complementary color
Monochromatic Colors of #642C24
Black with #642C24
Text Example
Text Example
White with #642C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C24; }
p { color: rgb(100,44,36); }
H1.HeaderClassName
{
color: #642C24;
}
.AnyTagClassName
{
color: #642C24;
}
</style>
background-color css
<style>
a { background-color: #642C24; }
a { background-color: rgb(100,44,36); }
div.DivClassName
{
background-color: #642C24;
}
.BgClassName
{
background-color: #642C24;
}
</style>
border-color css
<style>
span { border-color: #642C24; }
span { border-color: rgb(100,44,36); }
td.TdClassName
{
border-color: #642C24;
}
.TagClassName
{
border-color: #642C24;
}
</style>