Shades of Caput Mortuum #61200B
Tints of Caput Mortuum #61200B
RGB
CMYK
RGB Variations
Color information
#61200B (or 0x61200B) is known color: Caput Mortuum. HEX triplet: 61, 20 and 0B. RGB value is (97,32,11). Sum of RGB (Red+Green+Blue) = 97+32+11=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #61200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61200B is #9EDFF4. Grayscale: #313131. Windows color (decimal): -10412021 or 729185. OLE color: 729185.
HSL color Cylindrical-coordinate representation of color #61200B: hue angle of 14.65º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61200B is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 32 | 11 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.62 |
| HSL | 14.65º | 0.8% | 0.21% | - |
| HSV(B) | 14.65º | 0.89% | 0.38% | - |
| XYZ | 5.51 | 3.6 | 0.72 | - |
| YUV | 49.04 | 106.53 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 11 | 0 | 0.67 | 0.89 | 0.62 | 14.65 | 0.8 | 0.21 |
| Hex | 61 | 20 | B | 0 | 43 | 59 | 3E | F | 50 | 15 |
| Octal | 141 | 40 | 13 | 0 | 103 | 131 | 76 | 17 | 120 | 25 |
| Binary | 1100001 | 100000 | 1011 | 0 | 1000011 | 1011001 | 111110 | 1111 | 1010000 | 10101 |
Color Harmonies of #61200B
Complementary color
Monochromatic Colors of #61200B
Black with #61200B
Text Example
Text Example
White with #61200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61200B; }
p { color: rgb(97,32,11); }
H1.HeaderClassName
{
color: #61200B;
}
.AnyTagClassName
{
color: #61200B;
}
</style>
background-color css
<style>
a { background-color: #61200B; }
a { background-color: rgb(97,32,11); }
div.DivClassName
{
background-color: #61200B;
}
.BgClassName
{
background-color: #61200B;
}
</style>
border-color css
<style>
span { border-color: #61200B; }
span { border-color: rgb(97,32,11); }
td.TdClassName
{
border-color: #61200B;
}
.TagClassName
{
border-color: #61200B;
}
</style>