Shades of Red Oxide #621900
Tints of Red Oxide #621900
RGB
CMYK
RGB Variations
Color information
#621900 (or 0x621900) is known color: Red Oxide. HEX triplet: 62, 19 and 00. RGB value is (98,25,0). Sum of RGB (Red+Green+Blue) = 98+25+0=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #621900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621900 is #9DE6FF. Grayscale: #2C2C2C. Windows color (decimal): -10348288 or 6498. OLE color: 6498.
HSL color Cylindrical-coordinate representation of color #621900: hue angle of 15.31º 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 #621900 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 25 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.62 |
| HSL | 15.31º | 1% | 0.19% | - |
| HSV(B) | 15.31º | 1% | 0.38% | - |
| XYZ | 5.38 | 3.29 | 0.35 | - |
| YUV | 43.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 0 | 0 | 0.74 | 1 | 0.62 | 15.31 | 1 | 0.19 |
| Hex | 62 | 19 | 0 | 0 | 4A | 64 | 3E | F | 64 | 13 |
| Octal | 142 | 31 | 0 | 0 | 112 | 144 | 76 | 17 | 144 | 23 |
| Binary | 1100010 | 11001 | 0 | 0 | 1001010 | 1100100 | 111110 | 1111 | 1100100 | 10011 |
Color Harmonies of #621900
Complementary color
Monochromatic Colors of #621900
Black with #621900
Text Example
Text Example
White with #621900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621900; }
p { color: rgb(98,25,0); }
H1.HeaderClassName
{
color: #621900;
}
.AnyTagClassName
{
color: #621900;
}
</style>
background-color css
<style>
a { background-color: #621900; }
a { background-color: rgb(98,25,0); }
div.DivClassName
{
background-color: #621900;
}
.BgClassName
{
background-color: #621900;
}
</style>
border-color css
<style>
span { border-color: #621900; }
span { border-color: rgb(98,25,0); }
td.TdClassName
{
border-color: #621900;
}
.TagClassName
{
border-color: #621900;
}
</style>