Shades of Red Oxide #62221D
Tints of Red Oxide #62221D
RGB
CMYK
RGB Variations
Color information
#62221D (or 0x62221D) is known color: Red Oxide. HEX triplet: 62, 22 and 1D. RGB value is (98,34,29). Sum of RGB (Red+Green+Blue) = 98+34+29=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62221D is #9DDDE2. Grayscale: #343434. Windows color (decimal): -10345955 or 1909346. OLE color: 1909346.
HSL color Cylindrical-coordinate representation of color #62221D: hue angle of 4.35º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62221D is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 29 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.62 |
| HSL | 4.35º | 0.54% | 0.25% | - |
| HSV(B) | 4.35º | 0.7% | 0.38% | - |
| XYZ | 5.83 | 3.83 | 1.59 | - |
| YUV | 52.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 29 | 0 | 0.65 | 0.70 | 0.62 | 4.35 | 0.54 | 0.25 |
| Hex | 62 | 22 | 1D | 0 | 41 | 46 | 3E | 4 | 36 | 19 |
| Octal | 142 | 42 | 35 | 0 | 101 | 106 | 76 | 4 | 66 | 31 |
| Binary | 1100010 | 100010 | 11101 | 0 | 1000001 | 1000110 | 111110 | 100 | 110110 | 11001 |
Color Harmonies of #62221D
Complementary color
Monochromatic Colors of #62221D
Black with #62221D
Text Example
Text Example
White with #62221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62221D; }
p { color: rgb(98,34,29); }
H1.HeaderClassName
{
color: #62221D;
}
.AnyTagClassName
{
color: #62221D;
}
</style>
background-color css
<style>
a { background-color: #62221D; }
a { background-color: rgb(98,34,29); }
div.DivClassName
{
background-color: #62221D;
}
.BgClassName
{
background-color: #62221D;
}
</style>
border-color css
<style>
span { border-color: #62221D; }
span { border-color: rgb(98,34,29); }
td.TdClassName
{
border-color: #62221D;
}
.TagClassName
{
border-color: #62221D;
}
</style>