Shades of Caput Mortuum #61251D
Tints of Caput Mortuum #61251D
RGB
CMYK
RGB Variations
Color information
#61251D (or 0x61251D) is known color: Caput Mortuum. HEX triplet: 61, 25 and 1D. RGB value is (97,37,29). Sum of RGB (Red+Green+Blue) = 97+37+29=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61251D is #9EDAE2. Grayscale: #363636. Windows color (decimal): -10410723 or 1910113. OLE color: 1910113.
HSL color Cylindrical-coordinate representation of color #61251D: hue angle of 7.06º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61251D is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 37 | 29 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.62 |
| HSL | 7.06º | 0.54% | 0.25% | - |
| HSV(B) | 7.06º | 0.7% | 0.38% | - |
| XYZ | 5.81 | 3.95 | 1.62 | - |
| YUV | 54.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 37 | 29 | 0 | 0.62 | 0.70 | 0.62 | 7.06 | 0.54 | 0.25 |
| Hex | 61 | 25 | 1D | 0 | 3E | 46 | 3E | 7 | 36 | 19 |
| Octal | 141 | 45 | 35 | 0 | 76 | 106 | 76 | 7 | 66 | 31 |
| Binary | 1100001 | 100101 | 11101 | 0 | 111110 | 1000110 | 111110 | 111 | 110110 | 11001 |
Color Harmonies of #61251D
Complementary color
Monochromatic Colors of #61251D
Black with #61251D
Text Example
Text Example
White with #61251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61251D; }
p { color: rgb(97,37,29); }
H1.HeaderClassName
{
color: #61251D;
}
.AnyTagClassName
{
color: #61251D;
}
</style>
background-color css
<style>
a { background-color: #61251D; }
a { background-color: rgb(97,37,29); }
div.DivClassName
{
background-color: #61251D;
}
.BgClassName
{
background-color: #61251D;
}
</style>
border-color css
<style>
span { border-color: #61251D; }
span { border-color: rgb(97,37,29); }
td.TdClassName
{
border-color: #61251D;
}
.TagClassName
{
border-color: #61251D;
}
</style>