Shades of Red Oxide #622219
Tints of Red Oxide #622219
RGB
CMYK
RGB Variations
Color information
#622219 (or 0x622219) is known color: Red Oxide. HEX triplet: 62, 22 and 19. RGB value is (98,34,25). Sum of RGB (Red+Green+Blue) = 98+34+25=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #622219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622219 is #9DDDE6. Grayscale: #343434. Windows color (decimal): -10345959 or 1647202. OLE color: 1647202.
HSL color Cylindrical-coordinate representation of color #622219: hue angle of 7.4º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #622219 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 25 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.62 |
| HSL | 7.4º | 0.59% | 0.24% | - |
| HSV(B) | 7.4º | 0.74% | 0.38% | - |
| XYZ | 5.78 | 3.81 | 1.35 | - |
| YUV | 52.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 25 | 0 | 0.65 | 0.74 | 0.62 | 7.4 | 0.59 | 0.24 |
| Hex | 62 | 22 | 19 | 0 | 41 | 4A | 3E | 7 | 3B | 18 |
| Octal | 142 | 42 | 31 | 0 | 101 | 112 | 76 | 7 | 73 | 30 |
| Binary | 1100010 | 100010 | 11001 | 0 | 1000001 | 1001010 | 111110 | 111 | 111011 | 11000 |
Color Harmonies of #622219
Complementary color
Monochromatic Colors of #622219
Black with #622219
Text Example
Text Example
White with #622219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622219; }
p { color: rgb(98,34,25); }
H1.HeaderClassName
{
color: #622219;
}
.AnyTagClassName
{
color: #622219;
}
</style>
background-color css
<style>
a { background-color: #622219; }
a { background-color: rgb(98,34,25); }
div.DivClassName
{
background-color: #622219;
}
.BgClassName
{
background-color: #622219;
}
</style>
border-color css
<style>
span { border-color: #622219; }
span { border-color: rgb(98,34,25); }
td.TdClassName
{
border-color: #622219;
}
.TagClassName
{
border-color: #622219;
}
</style>