Shades of Caput Mortuum #68261D
Tints of Caput Mortuum #68261D
RGB
CMYK
RGB Variations
Color information
#68261D (or 0x68261D) is known color: Caput Mortuum. HEX triplet: 68, 26 and 1D. RGB value is (104,38,29). Sum of RGB (Red+Green+Blue) = 104+38+29=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68261D is #97D9E2. Grayscale: #383838. Windows color (decimal): -9951715 or 1910376. OLE color: 1910376.
HSL color Cylindrical-coordinate representation of color #68261D: hue angle of 7.2º 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 #68261D is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 38 | 29 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.59 |
| HSL | 7.2º | 0.56% | 0.26% | - |
| HSV(B) | 7.2º | 0.72% | 0.41% | - |
| XYZ | 6.62 | 4.42 | 1.67 | - |
| YUV | 56.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 29 | 0 | 0.63 | 0.72 | 0.59 | 7.2 | 0.56 | 0.26 |
| Hex | 68 | 26 | 1D | 0 | 3F | 48 | 3B | 7 | 38 | 1A |
| Octal | 150 | 46 | 35 | 0 | 77 | 110 | 73 | 7 | 70 | 32 |
| Binary | 1101000 | 100110 | 11101 | 0 | 111111 | 1001000 | 111011 | 111 | 111000 | 11010 |
Color Harmonies of #68261D
Complementary color
Monochromatic Colors of #68261D
Black with #68261D
Text Example
Text Example
White with #68261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68261D; }
p { color: rgb(104,38,29); }
H1.HeaderClassName
{
color: #68261D;
}
.AnyTagClassName
{
color: #68261D;
}
</style>
background-color css
<style>
a { background-color: #68261D; }
a { background-color: rgb(104,38,29); }
div.DivClassName
{
background-color: #68261D;
}
.BgClassName
{
background-color: #68261D;
}
</style>
border-color css
<style>
span { border-color: #68261D; }
span { border-color: rgb(104,38,29); }
td.TdClassName
{
border-color: #68261D;
}
.TagClassName
{
border-color: #68261D;
}
</style>