Shades of Red Oxide #61170E
Tints of Red Oxide #61170E
RGB
CMYK
RGB Variations
Color information
#61170E (or 0x61170E) is known color: Red Oxide. HEX triplet: 61, 17 and 0E. RGB value is (97,23,14). Sum of RGB (Red+Green+Blue) = 97+23+14=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #61170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61170E is #9EE8F1. Grayscale: #2C2C2C. Windows color (decimal): -10414322 or 923489. OLE color: 923489.
HSL color Cylindrical-coordinate representation of color #61170E: hue angle of 6.51º 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 #61170E is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 23 | 14 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.62 |
| HSL | 6.51º | 0.75% | 0.22% | - |
| HSV(B) | 6.51º | 0.86% | 0.38% | - |
| XYZ | 5.32 | 3.19 | 0.75 | - |
| YUV | 44.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 14 | 0 | 0.76 | 0.86 | 0.62 | 6.51 | 0.75 | 0.22 |
| Hex | 61 | 17 | E | 0 | 4C | 56 | 3E | 7 | 4B | 16 |
| Octal | 141 | 27 | 16 | 0 | 114 | 126 | 76 | 7 | 113 | 26 |
| Binary | 1100001 | 10111 | 1110 | 0 | 1001100 | 1010110 | 111110 | 111 | 1001011 | 10110 |
Color Harmonies of #61170E
Complementary color
Monochromatic Colors of #61170E
Black with #61170E
Text Example
Text Example
White with #61170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61170E; }
p { color: rgb(97,23,14); }
H1.HeaderClassName
{
color: #61170E;
}
.AnyTagClassName
{
color: #61170E;
}
</style>
background-color css
<style>
a { background-color: #61170E; }
a { background-color: rgb(97,23,14); }
div.DivClassName
{
background-color: #61170E;
}
.BgClassName
{
background-color: #61170E;
}
</style>
border-color css
<style>
span { border-color: #61170E; }
span { border-color: rgb(97,23,14); }
td.TdClassName
{
border-color: #61170E;
}
.TagClassName
{
border-color: #61170E;
}
</style>