Shades of Red Oxide #621304
Tints of Red Oxide #621304
RGB
CMYK
RGB Variations
Color information
#621304 (or 0x621304) is known color: Red Oxide. HEX triplet: 62, 13 and 04. RGB value is (98,19,4). Sum of RGB (Red+Green+Blue) = 98+19+4=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #621304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621304 is #9DECFB. Grayscale: #292929. Windows color (decimal): -10349820 or 267106. OLE color: 267106.
HSL color Cylindrical-coordinate representation of color #621304: hue angle of 9.57º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #621304 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 19 | 4 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.62 |
| HSL | 9.57º | 0.92% | 0.2% | - |
| HSV(B) | 9.57º | 0.96% | 0.38% | - |
| XYZ | 5.29 | 3.07 | 0.43 | - |
| YUV | 40.91 | 107.17 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 4 | 0 | 0.81 | 0.96 | 0.62 | 9.57 | 0.92 | 0.2 |
| Hex | 62 | 13 | 4 | 0 | 51 | 60 | 3E | A | 5C | 14 |
| Octal | 142 | 23 | 4 | 0 | 121 | 140 | 76 | 12 | 134 | 24 |
| Binary | 1100010 | 10011 | 100 | 0 | 1010001 | 1100000 | 111110 | 1010 | 1011100 | 10100 |
Color Harmonies of #621304
Complementary color
Monochromatic Colors of #621304
Black with #621304
Text Example
Text Example
White with #621304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621304; }
p { color: rgb(98,19,4); }
H1.HeaderClassName
{
color: #621304;
}
.AnyTagClassName
{
color: #621304;
}
</style>
background-color css
<style>
a { background-color: #621304; }
a { background-color: rgb(98,19,4); }
div.DivClassName
{
background-color: #621304;
}
.BgClassName
{
background-color: #621304;
}
</style>
border-color css
<style>
span { border-color: #621304; }
span { border-color: rgb(98,19,4); }
td.TdClassName
{
border-color: #621304;
}
.TagClassName
{
border-color: #621304;
}
</style>