Shades of Caput Mortuum #642B1A
Tints of Caput Mortuum #642B1A
RGB
CMYK
RGB Variations
Color information
#642B1A (or 0x642B1A) is known color: Caput Mortuum. HEX triplet: 64, 2B and 1A. RGB value is (100,43,26). Sum of RGB (Red+Green+Blue) = 100+43+26=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #642B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642B1A is #9BD4E5. Grayscale: #3A3A3A. Windows color (decimal): -10212582 or 1715044. OLE color: 1715044.
HSL color Cylindrical-coordinate representation of color #642B1A: hue angle of 13.78º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642B1A is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 43 | 26 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.61 |
| HSL | 13.78º | 0.59% | 0.25% | - |
| HSV(B) | 13.78º | 0.74% | 0.39% | - |
| XYZ | 6.31 | 4.51 | 1.52 | - |
| YUV | 58.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 26 | 0 | 0.57 | 0.74 | 0.61 | 13.78 | 0.59 | 0.25 |
| Hex | 64 | 2B | 1A | 0 | 39 | 4A | 3D | E | 3B | 19 |
| Octal | 144 | 53 | 32 | 0 | 71 | 112 | 75 | 16 | 73 | 31 |
| Binary | 1100100 | 101011 | 11010 | 0 | 111001 | 1001010 | 111101 | 1110 | 111011 | 11001 |
Color Harmonies of #642B1A
Complementary color
Monochromatic Colors of #642B1A
Black with #642B1A
Text Example
Text Example
White with #642B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642B1A; }
p { color: rgb(100,43,26); }
H1.HeaderClassName
{
color: #642B1A;
}
.AnyTagClassName
{
color: #642B1A;
}
</style>
background-color css
<style>
a { background-color: #642B1A; }
a { background-color: rgb(100,43,26); }
div.DivClassName
{
background-color: #642B1A;
}
.BgClassName
{
background-color: #642B1A;
}
</style>
border-color css
<style>
span { border-color: #642B1A; }
span { border-color: rgb(100,43,26); }
td.TdClassName
{
border-color: #642B1A;
}
.TagClassName
{
border-color: #642B1A;
}
</style>