Shades of Red Oxide #621804
Tints of Red Oxide #621804
RGB
CMYK
RGB Variations
Color information
#621804 (or 0x621804) is known color: Red Oxide. HEX triplet: 62, 18 and 04. RGB value is (98,24,4). Sum of RGB (Red+Green+Blue) = 98+24+4=126 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.78% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 98 - color contains mainly: red. Hex color #621804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621804 is #9DE7FB. Grayscale: #2C2C2C. Windows color (decimal): -10348540 or 268386. OLE color: 268386.
HSL color Cylindrical-coordinate representation of color #621804: hue angle of 12.77º 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 #621804 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 24 | 4 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.62 |
| HSL | 12.77º | 0.92% | 0.2% | - |
| HSV(B) | 12.77º | 0.96% | 0.38% | - |
| XYZ | 5.39 | 3.26 | 0.46 | - |
| YUV | 43.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 4 | 0 | 0.76 | 0.96 | 0.62 | 12.77 | 0.92 | 0.2 |
| Hex | 62 | 18 | 4 | 0 | 4C | 60 | 3E | D | 5C | 14 |
| Octal | 142 | 30 | 4 | 0 | 114 | 140 | 76 | 15 | 134 | 24 |
| Binary | 1100010 | 11000 | 100 | 0 | 1001100 | 1100000 | 111110 | 1101 | 1011100 | 10100 |
Color Harmonies of #621804
Complementary color
Monochromatic Colors of #621804
Black with #621804
Text Example
Text Example
White with #621804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621804; }
p { color: rgb(98,24,4); }
H1.HeaderClassName
{
color: #621804;
}
.AnyTagClassName
{
color: #621804;
}
</style>
background-color css
<style>
a { background-color: #621804; }
a { background-color: rgb(98,24,4); }
div.DivClassName
{
background-color: #621804;
}
.BgClassName
{
background-color: #621804;
}
</style>
border-color css
<style>
span { border-color: #621804; }
span { border-color: rgb(98,24,4); }
td.TdClassName
{
border-color: #621804;
}
.TagClassName
{
border-color: #621804;
}
</style>