Shades of Red Oxide #621301
Tints of Red Oxide #621301
RGB
CMYK
RGB Variations
Color information
#621301 (or 0x621301) is known color: Red Oxide. HEX triplet: 62, 13 and 01. RGB value is (98,19,1). Sum of RGB (Red+Green+Blue) = 98+19+1=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #621301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621301 is #9DECFE. Grayscale: #282828. Windows color (decimal): -10349823 or 70498. OLE color: 70498.
HSL color Cylindrical-coordinate representation of color #621301: hue angle of 11.13º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #621301 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 19 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.62 |
| HSL | 11.13º | 0.98% | 0.19% | - |
| HSV(B) | 11.13º | 0.99% | 0.38% | - |
| XYZ | 5.28 | 3.06 | 0.34 | - |
| YUV | 40.57 | 105.67 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 1 | 0 | 0.81 | 0.99 | 0.62 | 11.13 | 0.98 | 0.19 |
| Hex | 62 | 13 | 1 | 0 | 51 | 63 | 3E | B | 62 | 13 |
| Octal | 142 | 23 | 1 | 0 | 121 | 143 | 76 | 13 | 142 | 23 |
| Binary | 1100010 | 10011 | 1 | 0 | 1010001 | 1100011 | 111110 | 1011 | 1100010 | 10011 |
Color Harmonies of #621301
Complementary color
Monochromatic Colors of #621301
Black with #621301
Text Example
Text Example
White with #621301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621301; }
p { color: rgb(98,19,1); }
H1.HeaderClassName
{
color: #621301;
}
.AnyTagClassName
{
color: #621301;
}
</style>
background-color css
<style>
a { background-color: #621301; }
a { background-color: rgb(98,19,1); }
div.DivClassName
{
background-color: #621301;
}
.BgClassName
{
background-color: #621301;
}
</style>
border-color css
<style>
span { border-color: #621301; }
span { border-color: rgb(98,19,1); }
td.TdClassName
{
border-color: #621301;
}
.TagClassName
{
border-color: #621301;
}
</style>