Shades of Red Oxide #62201B
Tints of Red Oxide #62201B
RGB
CMYK
RGB Variations
Color information
#62201B (or 0x62201B) is known color: Red Oxide. HEX triplet: 62, 20 and 1B. RGB value is (98,32,27). Sum of RGB (Red+Green+Blue) = 98+32+27=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #62201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62201B is #9DDFE4. Grayscale: #333333. Windows color (decimal): -10346469 or 1777762. OLE color: 1777762.
HSL color Cylindrical-coordinate representation of color #62201B: hue angle of 4.23º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62201B is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 32 | 27 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.62 |
| HSL | 4.23º | 0.57% | 0.25% | - |
| HSV(B) | 4.23º | 0.72% | 0.38% | - |
| XYZ | 5.75 | 3.71 | 1.45 | - |
| YUV | 51.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 27 | 0 | 0.67 | 0.72 | 0.62 | 4.23 | 0.57 | 0.25 |
| Hex | 62 | 20 | 1B | 0 | 43 | 48 | 3E | 4 | 39 | 19 |
| Octal | 142 | 40 | 33 | 0 | 103 | 110 | 76 | 4 | 71 | 31 |
| Binary | 1100010 | 100000 | 11011 | 0 | 1000011 | 1001000 | 111110 | 100 | 111001 | 11001 |
Color Harmonies of #62201B
Complementary color
Monochromatic Colors of #62201B
Black with #62201B
Text Example
Text Example
White with #62201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62201B; }
p { color: rgb(98,32,27); }
H1.HeaderClassName
{
color: #62201B;
}
.AnyTagClassName
{
color: #62201B;
}
</style>
background-color css
<style>
a { background-color: #62201B; }
a { background-color: rgb(98,32,27); }
div.DivClassName
{
background-color: #62201B;
}
.BgClassName
{
background-color: #62201B;
}
</style>
border-color css
<style>
span { border-color: #62201B; }
span { border-color: rgb(98,32,27); }
td.TdClassName
{
border-color: #62201B;
}
.TagClassName
{
border-color: #62201B;
}
</style>