Shades of Red Oxide #62190B
Tints of Red Oxide #62190B
RGB
CMYK
RGB Variations
Color information
#62190B (or 0x62190B) is known color: Red Oxide. HEX triplet: 62, 19 and 0B. RGB value is (98,25,11). Sum of RGB (Red+Green+Blue) = 98+25+11=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #62190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62190B is #9DE6F4. Grayscale: #2D2D2D. Windows color (decimal): -10348277 or 727394. OLE color: 727394.
HSL color Cylindrical-coordinate representation of color #62190B: hue angle of 9.66º 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 #62190B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 25 | 11 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.62 |
| HSL | 9.66º | 0.8% | 0.21% | - |
| HSV(B) | 9.66º | 0.89% | 0.38% | - |
| XYZ | 5.45 | 3.32 | 0.67 | - |
| YUV | 45.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 11 | 0 | 0.74 | 0.89 | 0.62 | 9.66 | 0.8 | 0.21 |
| Hex | 62 | 19 | B | 0 | 4A | 59 | 3E | A | 50 | 15 |
| Octal | 142 | 31 | 13 | 0 | 112 | 131 | 76 | 12 | 120 | 25 |
| Binary | 1100010 | 11001 | 1011 | 0 | 1001010 | 1011001 | 111110 | 1010 | 1010000 | 10101 |
Color Harmonies of #62190B
Complementary color
Monochromatic Colors of #62190B
Black with #62190B
Text Example
Text Example
White with #62190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62190B; }
p { color: rgb(98,25,11); }
H1.HeaderClassName
{
color: #62190B;
}
.AnyTagClassName
{
color: #62190B;
}
</style>
background-color css
<style>
a { background-color: #62190B; }
a { background-color: rgb(98,25,11); }
div.DivClassName
{
background-color: #62190B;
}
.BgClassName
{
background-color: #62190B;
}
</style>
border-color css
<style>
span { border-color: #62190B; }
span { border-color: rgb(98,25,11); }
td.TdClassName
{
border-color: #62190B;
}
.TagClassName
{
border-color: #62190B;
}
</style>