Shades of Caput Mortuum #642B1D
Tints of Caput Mortuum #642B1D
RGB
CMYK
RGB Variations
Color information
#642B1D (or 0x642B1D) is known color: Caput Mortuum. HEX triplet: 64, 2B and 1D. RGB value is (100,43,29). Sum of RGB (Red+Green+Blue) = 100+43+29=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #642B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642B1D is #9BD4E2. Grayscale: #3A3A3A. Windows color (decimal): -10212579 or 1911652. OLE color: 1911652.
HSL color Cylindrical-coordinate representation of color #642B1D: hue angle of 11.83º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642B1D is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 43 | 29 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.61 |
| HSL | 11.83º | 0.55% | 0.25% | - |
| HSV(B) | 11.83º | 0.71% | 0.39% | - |
| XYZ | 6.34 | 4.53 | 1.7 | - |
| YUV | 58.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 29 | 0 | 0.57 | 0.71 | 0.61 | 11.83 | 0.55 | 0.25 |
| Hex | 64 | 2B | 1D | 0 | 39 | 47 | 3D | C | 37 | 19 |
| Octal | 144 | 53 | 35 | 0 | 71 | 107 | 75 | 14 | 67 | 31 |
| Binary | 1100100 | 101011 | 11101 | 0 | 111001 | 1000111 | 111101 | 1100 | 110111 | 11001 |
Color Harmonies of #642B1D
Complementary color
Monochromatic Colors of #642B1D
Black with #642B1D
Text Example
Text Example
White with #642B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642B1D; }
p { color: rgb(100,43,29); }
H1.HeaderClassName
{
color: #642B1D;
}
.AnyTagClassName
{
color: #642B1D;
}
</style>
background-color css
<style>
a { background-color: #642B1D; }
a { background-color: rgb(100,43,29); }
div.DivClassName
{
background-color: #642B1D;
}
.BgClassName
{
background-color: #642B1D;
}
</style>
border-color css
<style>
span { border-color: #642B1D; }
span { border-color: rgb(100,43,29); }
td.TdClassName
{
border-color: #642B1D;
}
.TagClassName
{
border-color: #642B1D;
}
</style>