Shades of Caput Mortuum #642A1B
Tints of Caput Mortuum #642A1B
RGB
CMYK
RGB Variations
Color information
#642A1B (or 0x642A1B) is known color: Caput Mortuum. HEX triplet: 64, 2A and 1B. RGB value is (100,42,27). Sum of RGB (Red+Green+Blue) = 100+42+27=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #642A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642A1B is #9BD5E4. Grayscale: #393939. Windows color (decimal): -10212837 or 1780324. OLE color: 1780324.
HSL color Cylindrical-coordinate representation of color #642A1B: hue angle of 12.33º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642A1B is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 42 | 27 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.61 |
| HSL | 12.33º | 0.57% | 0.25% | - |
| HSV(B) | 12.33º | 0.73% | 0.39% | - |
| XYZ | 6.28 | 4.44 | 1.56 | - |
| YUV | 57.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 27 | 0 | 0.58 | 0.73 | 0.61 | 12.33 | 0.57 | 0.25 |
| Hex | 64 | 2A | 1B | 0 | 3A | 49 | 3D | C | 39 | 19 |
| Octal | 144 | 52 | 33 | 0 | 72 | 111 | 75 | 14 | 71 | 31 |
| Binary | 1100100 | 101010 | 11011 | 0 | 111010 | 1001001 | 111101 | 1100 | 111001 | 11001 |
Color Harmonies of #642A1B
Complementary color
Monochromatic Colors of #642A1B
Black with #642A1B
Text Example
Text Example
White with #642A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642A1B; }
p { color: rgb(100,42,27); }
H1.HeaderClassName
{
color: #642A1B;
}
.AnyTagClassName
{
color: #642A1B;
}
</style>
background-color css
<style>
a { background-color: #642A1B; }
a { background-color: rgb(100,42,27); }
div.DivClassName
{
background-color: #642A1B;
}
.BgClassName
{
background-color: #642A1B;
}
</style>
border-color css
<style>
span { border-color: #642A1B; }
span { border-color: rgb(100,42,27); }
td.TdClassName
{
border-color: #642A1B;
}
.TagClassName
{
border-color: #642A1B;
}
</style>