Shades of Red Oxide #611703
Tints of Red Oxide #611703
RGB
CMYK
RGB Variations
Color information
#611703 (or 0x611703) is known color: Red Oxide. HEX triplet: 61, 17 and 03. RGB value is (97,23,3). Sum of RGB (Red+Green+Blue) = 97+23+3=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #611703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611703 is #9EE8FC. Grayscale: #2A2A2A. Windows color (decimal): -10414333 or 202593. OLE color: 202593.
HSL color Cylindrical-coordinate representation of color #611703: hue angle of 12.77º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #611703 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 23 | 3 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.62 |
| HSL | 12.77º | 0.94% | 0.2% | - |
| HSV(B) | 12.77º | 0.97% | 0.38% | - |
| XYZ | 5.25 | 3.16 | 0.42 | - |
| YUV | 42.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 3 | 0 | 0.76 | 0.97 | 0.62 | 12.77 | 0.94 | 0.2 |
| Hex | 61 | 17 | 3 | 0 | 4C | 61 | 3E | D | 5E | 14 |
| Octal | 141 | 27 | 3 | 0 | 114 | 141 | 76 | 15 | 136 | 24 |
| Binary | 1100001 | 10111 | 11 | 0 | 1001100 | 1100001 | 111110 | 1101 | 1011110 | 10100 |
Color Harmonies of #611703
Complementary color
Monochromatic Colors of #611703
Black with #611703
Text Example
Text Example
White with #611703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611703; }
p { color: rgb(97,23,3); }
H1.HeaderClassName
{
color: #611703;
}
.AnyTagClassName
{
color: #611703;
}
</style>
background-color css
<style>
a { background-color: #611703; }
a { background-color: rgb(97,23,3); }
div.DivClassName
{
background-color: #611703;
}
.BgClassName
{
background-color: #611703;
}
</style>
border-color css
<style>
span { border-color: #611703; }
span { border-color: rgb(97,23,3); }
td.TdClassName
{
border-color: #611703;
}
.TagClassName
{
border-color: #611703;
}
</style>