Shades of Caput Mortuum #61271D
Tints of Caput Mortuum #61271D
RGB
CMYK
RGB Variations
Color information
#61271D (or 0x61271D) is known color: Caput Mortuum. HEX triplet: 61, 27 and 1D. RGB value is (97,39,29). Sum of RGB (Red+Green+Blue) = 97+39+29=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61271D is #9ED8E2. Grayscale: #373737. Windows color (decimal): -10410211 or 1910625. OLE color: 1910625.
HSL color Cylindrical-coordinate representation of color #61271D: hue angle of 8.82º 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 #61271D is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 39 | 29 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.62 |
| HSL | 8.82º | 0.54% | 0.25% | - |
| HSV(B) | 8.82º | 0.7% | 0.38% | - |
| XYZ | 5.88 | 4.08 | 1.64 | - |
| YUV | 55.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 29 | 0 | 0.60 | 0.70 | 0.62 | 8.82 | 0.54 | 0.25 |
| Hex | 61 | 27 | 1D | 0 | 3C | 46 | 3E | 9 | 36 | 19 |
| Octal | 141 | 47 | 35 | 0 | 74 | 106 | 76 | 11 | 66 | 31 |
| Binary | 1100001 | 100111 | 11101 | 0 | 111100 | 1000110 | 111110 | 1001 | 110110 | 11001 |
Color Harmonies of #61271D
Complementary color
Monochromatic Colors of #61271D
Black with #61271D
Text Example
Text Example
White with #61271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61271D; }
p { color: rgb(97,39,29); }
H1.HeaderClassName
{
color: #61271D;
}
.AnyTagClassName
{
color: #61271D;
}
</style>
background-color css
<style>
a { background-color: #61271D; }
a { background-color: rgb(97,39,29); }
div.DivClassName
{
background-color: #61271D;
}
.BgClassName
{
background-color: #61271D;
}
</style>
border-color css
<style>
span { border-color: #61271D; }
span { border-color: rgb(97,39,29); }
td.TdClassName
{
border-color: #61271D;
}
.TagClassName
{
border-color: #61271D;
}
</style>