Shades of Red Oxide #62211A
Tints of Red Oxide #62211A
RGB
CMYK
RGB Variations
Color information
#62211A (or 0x62211A) is known color: Red Oxide. HEX triplet: 62, 21 and 1A. RGB value is (98,33,26). Sum of RGB (Red+Green+Blue) = 98+33+26=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #62211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62211A is #9DDEE5. Grayscale: #333333. Windows color (decimal): -10346214 or 1712482. OLE color: 1712482.
HSL color Cylindrical-coordinate representation of color #62211A: hue angle of 5.83º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62211A is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 33 | 26 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.62 |
| HSL | 5.83º | 0.58% | 0.24% | - |
| HSV(B) | 5.83º | 0.73% | 0.38% | - |
| XYZ | 5.77 | 3.76 | 1.4 | - |
| YUV | 51.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 33 | 26 | 0 | 0.66 | 0.73 | 0.62 | 5.83 | 0.58 | 0.24 |
| Hex | 62 | 21 | 1A | 0 | 42 | 49 | 3E | 6 | 3A | 18 |
| Octal | 142 | 41 | 32 | 0 | 102 | 111 | 76 | 6 | 72 | 30 |
| Binary | 1100010 | 100001 | 11010 | 0 | 1000010 | 1001001 | 111110 | 110 | 111010 | 11000 |
Color Harmonies of #62211A
Complementary color
Monochromatic Colors of #62211A
Black with #62211A
Text Example
Text Example
White with #62211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62211A; }
p { color: rgb(98,33,26); }
H1.HeaderClassName
{
color: #62211A;
}
.AnyTagClassName
{
color: #62211A;
}
</style>
background-color css
<style>
a { background-color: #62211A; }
a { background-color: rgb(98,33,26); }
div.DivClassName
{
background-color: #62211A;
}
.BgClassName
{
background-color: #62211A;
}
</style>
border-color css
<style>
span { border-color: #62211A; }
span { border-color: rgb(98,33,26); }
td.TdClassName
{
border-color: #62211A;
}
.TagClassName
{
border-color: #62211A;
}
</style>