Shades of Caput Mortuum #67281F
Tints of Caput Mortuum #67281F
RGB
CMYK
RGB Variations
Color information
#67281F (or 0x67281F) is known color: Caput Mortuum. HEX triplet: 67, 28 and 1F. RGB value is (103,40,31). Sum of RGB (Red+Green+Blue) = 103+40+31=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #67281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67281F is #98D7E0. Grayscale: #393939. Windows color (decimal): -10016737 or 2041959. OLE color: 2041959.
HSL color Cylindrical-coordinate representation of color #67281F: hue angle of 7.5º 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 #67281F is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 40 | 31 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.60 |
| HSL | 7.5º | 0.54% | 0.26% | - |
| HSV(B) | 7.5º | 0.7% | 0.4% | - |
| XYZ | 6.6 | 4.5 | 1.82 | - |
| YUV | 57.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 31 | 0 | 0.61 | 0.70 | 0.60 | 7.5 | 0.54 | 0.26 |
| Hex | 67 | 28 | 1F | 0 | 3D | 46 | 3C | 8 | 36 | 1A |
| Octal | 147 | 50 | 37 | 0 | 75 | 106 | 74 | 10 | 66 | 32 |
| Binary | 1100111 | 101000 | 11111 | 0 | 111101 | 1000110 | 111100 | 1000 | 110110 | 11010 |
Color Harmonies of #67281F
Complementary color
Monochromatic Colors of #67281F
Black with #67281F
Text Example
Text Example
White with #67281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67281F; }
p { color: rgb(103,40,31); }
H1.HeaderClassName
{
color: #67281F;
}
.AnyTagClassName
{
color: #67281F;
}
</style>
background-color css
<style>
a { background-color: #67281F; }
a { background-color: rgb(103,40,31); }
div.DivClassName
{
background-color: #67281F;
}
.BgClassName
{
background-color: #67281F;
}
</style>
border-color css
<style>
span { border-color: #67281F; }
span { border-color: rgb(103,40,31); }
td.TdClassName
{
border-color: #67281F;
}
.TagClassName
{
border-color: #67281F;
}
</style>