Shades of Red Oxide #62201A
Tints of Red Oxide #62201A
RGB
CMYK
RGB Variations
Color information
#62201A (or 0x62201A) is known color: Red Oxide. HEX triplet: 62, 20 and 1A. RGB value is (98,32,26). Sum of RGB (Red+Green+Blue) = 98+32+26=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #62201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62201A is #9DDFE5. Grayscale: #333333. Windows color (decimal): -10346470 or 1712226. OLE color: 1712226.
HSL color Cylindrical-coordinate representation of color #62201A: hue angle of 5º 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 #62201A is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 32 | 26 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.62 |
| HSL | 5º | 0.58% | 0.24% | - |
| HSV(B) | 5º | 0.73% | 0.38% | - |
| XYZ | 5.74 | 3.7 | 1.39 | - |
| YUV | 51.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 26 | 0 | 0.67 | 0.73 | 0.62 | 5 | 0.58 | 0.24 |
| Hex | 62 | 20 | 1A | 0 | 43 | 49 | 3E | 5 | 3A | 18 |
| Octal | 142 | 40 | 32 | 0 | 103 | 111 | 76 | 5 | 72 | 30 |
| Binary | 1100010 | 100000 | 11010 | 0 | 1000011 | 1001001 | 111110 | 101 | 111010 | 11000 |
Color Harmonies of #62201A
Complementary color
Monochromatic Colors of #62201A
Black with #62201A
Text Example
Text Example
White with #62201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62201A; }
p { color: rgb(98,32,26); }
H1.HeaderClassName
{
color: #62201A;
}
.AnyTagClassName
{
color: #62201A;
}
</style>
background-color css
<style>
a { background-color: #62201A; }
a { background-color: rgb(98,32,26); }
div.DivClassName
{
background-color: #62201A;
}
.BgClassName
{
background-color: #62201A;
}
</style>
border-color css
<style>
span { border-color: #62201A; }
span { border-color: rgb(98,32,26); }
td.TdClassName
{
border-color: #62201A;
}
.TagClassName
{
border-color: #62201A;
}
</style>