Shades of Caput Mortuum #68281D
Tints of Caput Mortuum #68281D
RGB
CMYK
RGB Variations
Color information
#68281D (or 0x68281D) is known color: Caput Mortuum. HEX triplet: 68, 28 and 1D. RGB value is (104,40,29). Sum of RGB (Red+Green+Blue) = 104+40+29=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68281D is #97D7E2. Grayscale: #393939. Windows color (decimal): -9951203 or 1910888. OLE color: 1910888.
HSL color Cylindrical-coordinate representation of color #68281D: hue angle of 8.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68281D is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 29 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.59 |
| HSL | 8.8º | 0.56% | 0.26% | - |
| HSV(B) | 8.8º | 0.72% | 0.41% | - |
| XYZ | 6.69 | 4.55 | 1.69 | - |
| YUV | 57.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 29 | 0 | 0.62 | 0.72 | 0.59 | 8.8 | 0.56 | 0.26 |
| Hex | 68 | 28 | 1D | 0 | 3E | 48 | 3B | 9 | 38 | 1A |
| Octal | 150 | 50 | 35 | 0 | 76 | 110 | 73 | 11 | 70 | 32 |
| Binary | 1101000 | 101000 | 11101 | 0 | 111110 | 1001000 | 111011 | 1001 | 111000 | 11010 |
Color Harmonies of #68281D
Complementary color
Monochromatic Colors of #68281D
Black with #68281D
Text Example
Text Example
White with #68281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68281D; }
p { color: rgb(104,40,29); }
H1.HeaderClassName
{
color: #68281D;
}
.AnyTagClassName
{
color: #68281D;
}
</style>
background-color css
<style>
a { background-color: #68281D; }
a { background-color: rgb(104,40,29); }
div.DivClassName
{
background-color: #68281D;
}
.BgClassName
{
background-color: #68281D;
}
</style>
border-color css
<style>
span { border-color: #68281D; }
span { border-color: rgb(104,40,29); }
td.TdClassName
{
border-color: #68281D;
}
.TagClassName
{
border-color: #68281D;
}
</style>