Shades of Red Oxide #621400
Tints of Red Oxide #621400
RGB
CMYK
RGB Variations
Color information
#621400 (or 0x621400) is known color: Red Oxide. HEX triplet: 62, 14 and 00. RGB value is (98,20,0). Sum of RGB (Red+Green+Blue) = 98+20+0=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #621400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621400 is #9DEBFF. Grayscale: #292929. Windows color (decimal): -10349568 or 5218. OLE color: 5218.
HSL color Cylindrical-coordinate representation of color #621400: hue angle of 12.24º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #621400 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 20 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.62 |
| HSL | 12.24º | 1% | 0.19% | - |
| HSV(B) | 12.24º | 1% | 0.38% | - |
| XYZ | 5.29 | 3.1 | 0.32 | - |
| YUV | 41.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 0 | 0 | 0.80 | 1 | 0.62 | 12.24 | 1 | 0.19 |
| Hex | 62 | 14 | 0 | 0 | 50 | 64 | 3E | C | 64 | 13 |
| Octal | 142 | 24 | 0 | 0 | 120 | 144 | 76 | 14 | 144 | 23 |
| Binary | 1100010 | 10100 | 0 | 0 | 1010000 | 1100100 | 111110 | 1100 | 1100100 | 10011 |
Color Harmonies of #621400
Complementary color
Monochromatic Colors of #621400
Black with #621400
Text Example
Text Example
White with #621400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621400; }
p { color: rgb(98,20,0); }
H1.HeaderClassName
{
color: #621400;
}
.AnyTagClassName
{
color: #621400;
}
</style>
background-color css
<style>
a { background-color: #621400; }
a { background-color: rgb(98,20,0); }
div.DivClassName
{
background-color: #621400;
}
.BgClassName
{
background-color: #621400;
}
</style>
border-color css
<style>
span { border-color: #621400; }
span { border-color: rgb(98,20,0); }
td.TdClassName
{
border-color: #621400;
}
.TagClassName
{
border-color: #621400;
}
</style>