Shades of Red Oxide #622422
Tints of Red Oxide #622422
RGB
CMYK
RGB Variations
Color information
#622422 (or 0x622422) is known color: Red Oxide. HEX triplet: 62, 24 and 22. RGB value is (98,36,34). Sum of RGB (Red+Green+Blue) = 98+36+34=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #622422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622422 is #9DDBDD. Grayscale: #363636. Windows color (decimal): -10345438 or 2237538. OLE color: 2237538.
HSL color Cylindrical-coordinate representation of color #622422: hue angle of 1.88º 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 #622422 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 36 | 34 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.62 |
| HSL | 1.88º | 0.48% | 0.26% | - |
| HSV(B) | 1.88º | 0.65% | 0.38% | - |
| XYZ | 5.96 | 3.97 | 1.97 | - |
| YUV | 54.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 34 | 0 | 0.63 | 0.65 | 0.62 | 1.88 | 0.48 | 0.26 |
| Hex | 62 | 24 | 22 | 0 | 3F | 41 | 3E | 2 | 30 | 1A |
| Octal | 142 | 44 | 42 | 0 | 77 | 101 | 76 | 2 | 60 | 32 |
| Binary | 1100010 | 100100 | 100010 | 0 | 111111 | 1000001 | 111110 | 10 | 110000 | 11010 |
Color Harmonies of #622422
Complementary color
Monochromatic Colors of #622422
Black with #622422
Text Example
Text Example
White with #622422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622422; }
p { color: rgb(98,36,34); }
H1.HeaderClassName
{
color: #622422;
}
.AnyTagClassName
{
color: #622422;
}
</style>
background-color css
<style>
a { background-color: #622422; }
a { background-color: rgb(98,36,34); }
div.DivClassName
{
background-color: #622422;
}
.BgClassName
{
background-color: #622422;
}
</style>
border-color css
<style>
span { border-color: #622422; }
span { border-color: rgb(98,36,34); }
td.TdClassName
{
border-color: #622422;
}
.TagClassName
{
border-color: #622422;
}
</style>