Shades of Caput Mortuum #61200D
Tints of Caput Mortuum #61200D
RGB
CMYK
RGB Variations
Color information
#61200D (or 0x61200D) is known color: Caput Mortuum. HEX triplet: 61, 20 and 0D. RGB value is (97,32,13). Sum of RGB (Red+Green+Blue) = 97+32+13=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #61200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61200D is #9EDFF2. Grayscale: #313131. Windows color (decimal): -10412019 or 860257. OLE color: 860257.
HSL color Cylindrical-coordinate representation of color #61200D: hue angle of 13.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61200D is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 32 | 13 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.62 |
| HSL | 13.57º | 0.76% | 0.22% | - |
| HSV(B) | 13.57º | 0.87% | 0.38% | - |
| XYZ | 5.52 | 3.6 | 0.79 | - |
| YUV | 49.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 13 | 0 | 0.67 | 0.87 | 0.62 | 13.57 | 0.76 | 0.22 |
| Hex | 61 | 20 | D | 0 | 43 | 57 | 3E | E | 4C | 16 |
| Octal | 141 | 40 | 15 | 0 | 103 | 127 | 76 | 16 | 114 | 26 |
| Binary | 1100001 | 100000 | 1101 | 0 | 1000011 | 1010111 | 111110 | 1110 | 1001100 | 10110 |
Color Harmonies of #61200D
Complementary color
Monochromatic Colors of #61200D
Black with #61200D
Text Example
Text Example
White with #61200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61200D; }
p { color: rgb(97,32,13); }
H1.HeaderClassName
{
color: #61200D;
}
.AnyTagClassName
{
color: #61200D;
}
</style>
background-color css
<style>
a { background-color: #61200D; }
a { background-color: rgb(97,32,13); }
div.DivClassName
{
background-color: #61200D;
}
.BgClassName
{
background-color: #61200D;
}
</style>
border-color css
<style>
span { border-color: #61200D; }
span { border-color: rgb(97,32,13); }
td.TdClassName
{
border-color: #61200D;
}
.TagClassName
{
border-color: #61200D;
}
</style>