Shades of Caput Mortuum #67291F
Tints of Caput Mortuum #67291F
RGB
CMYK
RGB Variations
Color information
#67291F (or 0x67291F) is known color: Caput Mortuum. HEX triplet: 67, 29 and 1F. RGB value is (103,41,31). Sum of RGB (Red+Green+Blue) = 103+41+31=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #67291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67291F is #98D6E0. Grayscale: #3A3A3A. Windows color (decimal): -10016481 or 2042215. OLE color: 2042215.
HSL color Cylindrical-coordinate representation of color #67291F: hue angle of 8.33º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67291F is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 41 | 31 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.60 |
| HSL | 8.33º | 0.54% | 0.26% | - |
| HSV(B) | 8.33º | 0.7% | 0.4% | - |
| XYZ | 6.63 | 4.57 | 1.83 | - |
| YUV | 58.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 31 | 0 | 0.60 | 0.70 | 0.60 | 8.33 | 0.54 | 0.26 |
| Hex | 67 | 29 | 1F | 0 | 3C | 46 | 3C | 8 | 36 | 1A |
| Octal | 147 | 51 | 37 | 0 | 74 | 106 | 74 | 10 | 66 | 32 |
| Binary | 1100111 | 101001 | 11111 | 0 | 111100 | 1000110 | 111100 | 1000 | 110110 | 11010 |
Color Harmonies of #67291F
Complementary color
Monochromatic Colors of #67291F
Black with #67291F
Text Example
Text Example
White with #67291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67291F; }
p { color: rgb(103,41,31); }
H1.HeaderClassName
{
color: #67291F;
}
.AnyTagClassName
{
color: #67291F;
}
</style>
background-color css
<style>
a { background-color: #67291F; }
a { background-color: rgb(103,41,31); }
div.DivClassName
{
background-color: #67291F;
}
.BgClassName
{
background-color: #67291F;
}
</style>
border-color css
<style>
span { border-color: #67291F; }
span { border-color: rgb(103,41,31); }
td.TdClassName
{
border-color: #67291F;
}
.TagClassName
{
border-color: #67291F;
}
</style>