Shades of Red Oxide #61150E
Tints of Red Oxide #61150E
RGB
CMYK
RGB Variations
Color information
#61150E (or 0x61150E) is known color: Red Oxide. HEX triplet: 61, 15 and 0E. RGB value is (97,21,14). Sum of RGB (Red+Green+Blue) = 97+21+14=132 (17% of max value = 765). Red value is 97 (38.28% from 255 or 73.48% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 97 - color contains mainly: red. Hex color #61150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61150E is #9EEAF1. Grayscale: #2B2B2B. Windows color (decimal): -10414834 or 922977. OLE color: 922977.
HSL color Cylindrical-coordinate representation of color #61150E: hue angle of 5.06º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61150E is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 21 | 14 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.62 |
| HSL | 5.06º | 0.75% | 0.22% | - |
| HSV(B) | 5.06º | 0.86% | 0.38% | - |
| XYZ | 5.28 | 3.11 | 0.74 | - |
| YUV | 42.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 21 | 14 | 0 | 0.78 | 0.86 | 0.62 | 5.06 | 0.75 | 0.22 |
| Hex | 61 | 15 | E | 0 | 4E | 56 | 3E | 5 | 4B | 16 |
| Octal | 141 | 25 | 16 | 0 | 116 | 126 | 76 | 5 | 113 | 26 |
| Binary | 1100001 | 10101 | 1110 | 0 | 1001110 | 1010110 | 111110 | 101 | 1001011 | 10110 |
Color Harmonies of #61150E
Complementary color
Monochromatic Colors of #61150E
Black with #61150E
Text Example
Text Example
White with #61150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61150E; }
p { color: rgb(97,21,14); }
H1.HeaderClassName
{
color: #61150E;
}
.AnyTagClassName
{
color: #61150E;
}
</style>
background-color css
<style>
a { background-color: #61150E; }
a { background-color: rgb(97,21,14); }
div.DivClassName
{
background-color: #61150E;
}
.BgClassName
{
background-color: #61150E;
}
</style>
border-color css
<style>
span { border-color: #61150E; }
span { border-color: rgb(97,21,14); }
td.TdClassName
{
border-color: #61150E;
}
.TagClassName
{
border-color: #61150E;
}
</style>