Shades of Red Oxide #62160E
Tints of Red Oxide #62160E
RGB
CMYK
RGB Variations
Color information
#62160E (or 0x62160E) is known color: Red Oxide. HEX triplet: 62, 16 and 0E. RGB value is (98,22,14). Sum of RGB (Red+Green+Blue) = 98+22+14=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #62160E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62160E is #9DE9F1. Grayscale: #2B2B2B. Windows color (decimal): -10349042 or 923234. OLE color: 923234.
HSL color Cylindrical-coordinate representation of color #62160E: hue angle of 5.71º 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 #62160E is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 22 | 14 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.62 |
| HSL | 5.71º | 0.75% | 0.22% | - |
| HSV(B) | 5.71º | 0.86% | 0.38% | - |
| XYZ | 5.4 | 3.2 | 0.75 | - |
| YUV | 43.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 14 | 0 | 0.78 | 0.86 | 0.62 | 5.71 | 0.75 | 0.22 |
| Hex | 62 | 16 | E | 0 | 4E | 56 | 3E | 6 | 4B | 16 |
| Octal | 142 | 26 | 16 | 0 | 116 | 126 | 76 | 6 | 113 | 26 |
| Binary | 1100010 | 10110 | 1110 | 0 | 1001110 | 1010110 | 111110 | 110 | 1001011 | 10110 |
Color Harmonies of #62160E
Complementary color
Monochromatic Colors of #62160E
Black with #62160E
Text Example
Text Example
White with #62160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62160E; }
p { color: rgb(98,22,14); }
H1.HeaderClassName
{
color: #62160E;
}
.AnyTagClassName
{
color: #62160E;
}
</style>
background-color css
<style>
a { background-color: #62160E; }
a { background-color: rgb(98,22,14); }
div.DivClassName
{
background-color: #62160E;
}
.BgClassName
{
background-color: #62160E;
}
</style>
border-color css
<style>
span { border-color: #62160E; }
span { border-color: rgb(98,22,14); }
td.TdClassName
{
border-color: #62160E;
}
.TagClassName
{
border-color: #62160E;
}
</style>