Shades of Red Oxide #621710
Tints of Red Oxide #621710
RGB
CMYK
RGB Variations
Color information
#621710 (or 0x621710) is known color: Red Oxide. HEX triplet: 62, 17 and 10. RGB value is (98,23,16). Sum of RGB (Red+Green+Blue) = 98+23+16=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #621710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621710 is #9DE8EF. Grayscale: #2C2C2C. Windows color (decimal): -10348784 or 1054562. OLE color: 1054562.
HSL color Cylindrical-coordinate representation of color #621710: hue angle of 5.12º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621710 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 23 | 16 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.62 |
| HSL | 5.12º | 0.72% | 0.22% | - |
| HSV(B) | 5.12º | 0.84% | 0.38% | - |
| XYZ | 5.44 | 3.25 | 0.83 | - |
| YUV | 44.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 16 | 0 | 0.77 | 0.84 | 0.62 | 5.12 | 0.72 | 0.22 |
| Hex | 62 | 17 | 10 | 0 | 4D | 54 | 3E | 5 | 48 | 16 |
| Octal | 142 | 27 | 20 | 0 | 115 | 124 | 76 | 5 | 110 | 26 |
| Binary | 1100010 | 10111 | 10000 | 0 | 1001101 | 1010100 | 111110 | 101 | 1001000 | 10110 |
Color Harmonies of #621710
Complementary color
Monochromatic Colors of #621710
Black with #621710
Text Example
Text Example
White with #621710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621710; }
p { color: rgb(98,23,16); }
H1.HeaderClassName
{
color: #621710;
}
.AnyTagClassName
{
color: #621710;
}
</style>
background-color css
<style>
a { background-color: #621710; }
a { background-color: rgb(98,23,16); }
div.DivClassName
{
background-color: #621710;
}
.BgClassName
{
background-color: #621710;
}
</style>
border-color css
<style>
span { border-color: #621710; }
span { border-color: rgb(98,23,16); }
td.TdClassName
{
border-color: #621710;
}
.TagClassName
{
border-color: #621710;
}
</style>