Shades of Red Oxide #62160F
Tints of Red Oxide #62160F
RGB
CMYK
RGB Variations
Color information
#62160F (or 0x62160F) is known color: Red Oxide. HEX triplet: 62, 16 and 0F. RGB value is (98,22,15). Sum of RGB (Red+Green+Blue) = 98+22+15=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #62160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62160F is #9DE9F0. Grayscale: #2C2C2C. Windows color (decimal): -10349041 or 988770. OLE color: 988770.
HSL color Cylindrical-coordinate representation of color #62160F: hue angle of 5.06º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62160F is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 22 | 15 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.62 |
| HSL | 5.06º | 0.73% | 0.22% | - |
| HSV(B) | 5.06º | 0.85% | 0.38% | - |
| XYZ | 5.41 | 3.2 | 0.79 | - |
| YUV | 43.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 15 | 0 | 0.78 | 0.85 | 0.62 | 5.06 | 0.73 | 0.22 |
| Hex | 62 | 16 | F | 0 | 4E | 55 | 3E | 5 | 49 | 16 |
| Octal | 142 | 26 | 17 | 0 | 116 | 125 | 76 | 5 | 111 | 26 |
| Binary | 1100010 | 10110 | 1111 | 0 | 1001110 | 1010101 | 111110 | 101 | 1001001 | 10110 |
Color Harmonies of #62160F
Complementary color
Monochromatic Colors of #62160F
Black with #62160F
Text Example
Text Example
White with #62160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62160F; }
p { color: rgb(98,22,15); }
H1.HeaderClassName
{
color: #62160F;
}
.AnyTagClassName
{
color: #62160F;
}
</style>
background-color css
<style>
a { background-color: #62160F; }
a { background-color: rgb(98,22,15); }
div.DivClassName
{
background-color: #62160F;
}
.BgClassName
{
background-color: #62160F;
}
</style>
border-color css
<style>
span { border-color: #62160F; }
span { border-color: rgb(98,22,15); }
td.TdClassName
{
border-color: #62160F;
}
.TagClassName
{
border-color: #62160F;
}
</style>