Shades of Red Oxide #62160B
Tints of Red Oxide #62160B
RGB
CMYK
RGB Variations
Color information
#62160B (or 0x62160B) is known color: Red Oxide. HEX triplet: 62, 16 and 0B. RGB value is (98,22,11). Sum of RGB (Red+Green+Blue) = 98+22+11=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #62160B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62160B is #9DE9F4. Grayscale: #2B2B2B. Windows color (decimal): -10349045 or 726626. OLE color: 726626.
HSL color Cylindrical-coordinate representation of color #62160B: hue angle of 7.59º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62160B is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 22 | 11 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.62 |
| HSL | 7.59º | 0.8% | 0.21% | - |
| HSV(B) | 7.59º | 0.89% | 0.38% | - |
| XYZ | 5.38 | 3.19 | 0.65 | - |
| YUV | 43.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 11 | 0 | 0.78 | 0.89 | 0.62 | 7.59 | 0.8 | 0.21 |
| Hex | 62 | 16 | B | 0 | 4E | 59 | 3E | 8 | 50 | 15 |
| Octal | 142 | 26 | 13 | 0 | 116 | 131 | 76 | 10 | 120 | 25 |
| Binary | 1100010 | 10110 | 1011 | 0 | 1001110 | 1011001 | 111110 | 1000 | 1010000 | 10101 |
Color Harmonies of #62160B
Complementary color
Monochromatic Colors of #62160B
Black with #62160B
Text Example
Text Example
White with #62160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62160B; }
p { color: rgb(98,22,11); }
H1.HeaderClassName
{
color: #62160B;
}
.AnyTagClassName
{
color: #62160B;
}
</style>
background-color css
<style>
a { background-color: #62160B; }
a { background-color: rgb(98,22,11); }
div.DivClassName
{
background-color: #62160B;
}
.BgClassName
{
background-color: #62160B;
}
</style>
border-color css
<style>
span { border-color: #62160B; }
span { border-color: rgb(98,22,11); }
td.TdClassName
{
border-color: #62160B;
}
.TagClassName
{
border-color: #62160B;
}
</style>