Shades of Red Oxide #621604
Tints of Red Oxide #621604
RGB
CMYK
RGB Variations
Color information
#621604 (or 0x621604) is known color: Red Oxide. HEX triplet: 62, 16 and 04. RGB value is (98,22,4). Sum of RGB (Red+Green+Blue) = 98+22+4=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #621604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621604 is #9DE9FB. Grayscale: #2A2A2A. Windows color (decimal): -10349052 or 267874. OLE color: 267874.
HSL color Cylindrical-coordinate representation of color #621604: hue angle of 11.49º 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 #621604 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 22 | 4 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.62 |
| HSL | 11.49º | 0.92% | 0.2% | - |
| HSV(B) | 11.49º | 0.96% | 0.38% | - |
| XYZ | 5.35 | 3.18 | 0.45 | - |
| YUV | 42.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 4 | 0 | 0.78 | 0.96 | 0.62 | 11.49 | 0.92 | 0.2 |
| Hex | 62 | 16 | 4 | 0 | 4E | 60 | 3E | B | 5C | 14 |
| Octal | 142 | 26 | 4 | 0 | 116 | 140 | 76 | 13 | 134 | 24 |
| Binary | 1100010 | 10110 | 100 | 0 | 1001110 | 1100000 | 111110 | 1011 | 1011100 | 10100 |
Color Harmonies of #621604
Complementary color
Monochromatic Colors of #621604
Black with #621604
Text Example
Text Example
White with #621604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621604; }
p { color: rgb(98,22,4); }
H1.HeaderClassName
{
color: #621604;
}
.AnyTagClassName
{
color: #621604;
}
</style>
background-color css
<style>
a { background-color: #621604; }
a { background-color: rgb(98,22,4); }
div.DivClassName
{
background-color: #621604;
}
.BgClassName
{
background-color: #621604;
}
</style>
border-color css
<style>
span { border-color: #621604; }
span { border-color: rgb(98,22,4); }
td.TdClassName
{
border-color: #621604;
}
.TagClassName
{
border-color: #621604;
}
</style>