Shades of Red Oxide #622222
Tints of Red Oxide #622222
RGB
CMYK
RGB Variations
Color information
#622222 (or 0x622222) is known color: Red Oxide. HEX triplet: 62, 22 and 22. RGB value is (98,34,34). Sum of RGB (Red+Green+Blue) = 98+34+34=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #622222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622222 is #9DDDDD. Grayscale: #353535. Windows color (decimal): -10345950 or 2237026. OLE color: 2237026.
HSL color Cylindrical-coordinate representation of color #622222: hue angle of 0º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #622222 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 34 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.62 |
| HSL | 0º | 0.48% | 0.26% | - |
| HSV(B) | 0º | 0.65% | 0.38% | - |
| XYZ | 5.9 | 3.86 | 1.95 | - |
| YUV | 53.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 34 | 0 | 0.65 | 0.65 | 0.62 | 0 | 0.48 | 0.26 |
| Hex | 62 | 22 | 22 | 0 | 41 | 41 | 3E | 0 | 30 | 1A |
| Octal | 142 | 42 | 42 | 0 | 101 | 101 | 76 | 0 | 60 | 32 |
| Binary | 1100010 | 100010 | 100010 | 0 | 1000001 | 1000001 | 111110 | 0 | 110000 | 11010 |
Color Harmonies of #622222
Complementary color
Monochromatic Colors of #622222
Black with #622222
Text Example
Text Example
White with #622222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622222; }
p { color: rgb(98,34,34); }
H1.HeaderClassName
{
color: #622222;
}
.AnyTagClassName
{
color: #622222;
}
</style>
background-color css
<style>
a { background-color: #622222; }
a { background-color: rgb(98,34,34); }
div.DivClassName
{
background-color: #622222;
}
.BgClassName
{
background-color: #622222;
}
</style>
border-color css
<style>
span { border-color: #622222; }
span { border-color: rgb(98,34,34); }
td.TdClassName
{
border-color: #622222;
}
.TagClassName
{
border-color: #622222;
}
</style>