Shades of Red Oxide #622424
Tints of Red Oxide #622424
RGB
CMYK
RGB Variations
Color information
#622424 (or 0x622424) is known color: Red Oxide. HEX triplet: 62, 24 and 24. RGB value is (98,36,36). Sum of RGB (Red+Green+Blue) = 98+36+36=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #622424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622424 is #9DDBDB. Grayscale: #363636. Windows color (decimal): -10345436 or 2368610. OLE color: 2368610.
HSL color Cylindrical-coordinate representation of color #622424: hue angle of 0º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #622424 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 36 | 36 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.62 |
| HSL | 0º | 0.46% | 0.26% | - |
| HSV(B) | 0º | 0.63% | 0.38% | - |
| XYZ | 5.99 | 3.99 | 2.12 | - |
| YUV | 54.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 36 | 36 | 0 | 0.63 | 0.63 | 0.62 | 0 | 0.46 | 0.26 |
| Hex | 62 | 24 | 24 | 0 | 3F | 3F | 3E | 0 | 2E | 1A |
| Octal | 142 | 44 | 44 | 0 | 77 | 77 | 76 | 0 | 56 | 32 |
| Binary | 1100010 | 100100 | 100100 | 0 | 111111 | 111111 | 111110 | 0 | 101110 | 11010 |
Color Harmonies of #622424
Complementary color
Monochromatic Colors of #622424
Black with #622424
Text Example
Text Example
White with #622424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622424; }
p { color: rgb(98,36,36); }
H1.HeaderClassName
{
color: #622424;
}
.AnyTagClassName
{
color: #622424;
}
</style>
background-color css
<style>
a { background-color: #622424; }
a { background-color: rgb(98,36,36); }
div.DivClassName
{
background-color: #622424;
}
.BgClassName
{
background-color: #622424;
}
</style>
border-color css
<style>
span { border-color: #622424; }
span { border-color: rgb(98,36,36); }
td.TdClassName
{
border-color: #622424;
}
.TagClassName
{
border-color: #622424;
}
</style>