Shades of Red Oxide #612017
Tints of Red Oxide #612017
RGB
CMYK
RGB Variations
Color information
#612017 (or 0x612017) is known color: Red Oxide. HEX triplet: 61, 20 and 17. RGB value is (97,32,23). Sum of RGB (Red+Green+Blue) = 97+32+23=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #612017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612017 is #9EDFE8. Grayscale: #323232. Windows color (decimal): -10412009 or 1515617. OLE color: 1515617.
HSL color Cylindrical-coordinate representation of color #612017: hue angle of 7.3º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #612017 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 32 | 23 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.62 |
| HSL | 7.3º | 0.62% | 0.24% | - |
| HSV(B) | 7.3º | 0.76% | 0.38% | - |
| XYZ | 5.6 | 3.64 | 1.22 | - |
| YUV | 50.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 23 | 0 | 0.67 | 0.76 | 0.62 | 7.3 | 0.62 | 0.24 |
| Hex | 61 | 20 | 17 | 0 | 43 | 4C | 3E | 7 | 3E | 18 |
| Octal | 141 | 40 | 27 | 0 | 103 | 114 | 76 | 7 | 76 | 30 |
| Binary | 1100001 | 100000 | 10111 | 0 | 1000011 | 1001100 | 111110 | 111 | 111110 | 11000 |
Color Harmonies of #612017
Complementary color
Monochromatic Colors of #612017
Black with #612017
Text Example
Text Example
White with #612017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612017; }
p { color: rgb(97,32,23); }
H1.HeaderClassName
{
color: #612017;
}
.AnyTagClassName
{
color: #612017;
}
</style>
background-color css
<style>
a { background-color: #612017; }
a { background-color: rgb(97,32,23); }
div.DivClassName
{
background-color: #612017;
}
.BgClassName
{
background-color: #612017;
}
</style>
border-color css
<style>
span { border-color: #612017; }
span { border-color: rgb(97,32,23); }
td.TdClassName
{
border-color: #612017;
}
.TagClassName
{
border-color: #612017;
}
</style>