Shades of Caput Mortuum #61261E
Tints of Caput Mortuum #61261E
RGB
CMYK
RGB Variations
Color information
#61261E (or 0x61261E) is known color: Caput Mortuum. HEX triplet: 61, 26 and 1E. RGB value is (97,38,30). Sum of RGB (Red+Green+Blue) = 97+38+30=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61261E is #9ED9E1. Grayscale: #363636. Windows color (decimal): -10410466 or 1975905. OLE color: 1975905.
HSL color Cylindrical-coordinate representation of color #61261E: hue angle of 7.16º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61261E is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 38 | 30 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.62 |
| HSL | 7.16º | 0.53% | 0.25% | - |
| HSV(B) | 7.16º | 0.69% | 0.38% | - |
| XYZ | 5.86 | 4.02 | 1.7 | - |
| YUV | 54.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 38 | 30 | 0 | 0.61 | 0.69 | 0.62 | 7.16 | 0.53 | 0.25 |
| Hex | 61 | 26 | 1E | 0 | 3D | 45 | 3E | 7 | 35 | 19 |
| Octal | 141 | 46 | 36 | 0 | 75 | 105 | 76 | 7 | 65 | 31 |
| Binary | 1100001 | 100110 | 11110 | 0 | 111101 | 1000101 | 111110 | 111 | 110101 | 11001 |
Color Harmonies of #61261E
Complementary color
Monochromatic Colors of #61261E
Black with #61261E
Text Example
Text Example
White with #61261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61261E; }
p { color: rgb(97,38,30); }
H1.HeaderClassName
{
color: #61261E;
}
.AnyTagClassName
{
color: #61261E;
}
</style>
background-color css
<style>
a { background-color: #61261E; }
a { background-color: rgb(97,38,30); }
div.DivClassName
{
background-color: #61261E;
}
.BgClassName
{
background-color: #61261E;
}
</style>
border-color css
<style>
span { border-color: #61261E; }
span { border-color: rgb(97,38,30); }
td.TdClassName
{
border-color: #61261E;
}
.TagClassName
{
border-color: #61261E;
}
</style>