Shades of Red Oxide #61140D
Tints of Red Oxide #61140D
RGB
CMYK
RGB Variations
Color information
#61140D (or 0x61140D) is known color: Red Oxide. HEX triplet: 61, 14 and 0D. RGB value is (97,20,13). Sum of RGB (Red+Green+Blue) = 97+20+13=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #61140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61140D is #9EEBF2. Grayscale: #2A2A2A. Windows color (decimal): -10415091 or 857185. OLE color: 857185.
HSL color Cylindrical-coordinate representation of color #61140D: hue angle of 5º 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 #61140D is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 20 | 13 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.62 |
| HSL | 5º | 0.76% | 0.22% | - |
| HSV(B) | 5º | 0.87% | 0.38% | - |
| XYZ | 5.25 | 3.07 | 0.7 | - |
| YUV | 42.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 13 | 0 | 0.79 | 0.87 | 0.62 | 5 | 0.76 | 0.22 |
| Hex | 61 | 14 | D | 0 | 4F | 57 | 3E | 5 | 4C | 16 |
| Octal | 141 | 24 | 15 | 0 | 117 | 127 | 76 | 5 | 114 | 26 |
| Binary | 1100001 | 10100 | 1101 | 0 | 1001111 | 1010111 | 111110 | 101 | 1001100 | 10110 |
Color Harmonies of #61140D
Complementary color
Monochromatic Colors of #61140D
Black with #61140D
Text Example
Text Example
White with #61140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61140D; }
p { color: rgb(97,20,13); }
H1.HeaderClassName
{
color: #61140D;
}
.AnyTagClassName
{
color: #61140D;
}
</style>
background-color css
<style>
a { background-color: #61140D; }
a { background-color: rgb(97,20,13); }
div.DivClassName
{
background-color: #61140D;
}
.BgClassName
{
background-color: #61140D;
}
</style>
border-color css
<style>
span { border-color: #61140D; }
span { border-color: rgb(97,20,13); }
td.TdClassName
{
border-color: #61140D;
}
.TagClassName
{
border-color: #61140D;
}
</style>