Shades of Red Oxide #621204
Tints of Red Oxide #621204
RGB
CMYK
RGB Variations
Color information
#621204 (or 0x621204) is known color: Red Oxide. HEX triplet: 62, 12 and 04. RGB value is (98,18,4). Sum of RGB (Red+Green+Blue) = 98+18+4=120 (15% of max value = 765). Red value is 98 (38.67% from 255 or 81.67% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 98 - color contains mainly: red. Hex color #621204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621204 is #9DEDFB. Grayscale: #282828. Windows color (decimal): -10350076 or 266850. OLE color: 266850.
HSL color Cylindrical-coordinate representation of color #621204: hue angle of 8.94º 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 #621204 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 4 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.62 |
| HSL | 8.94º | 0.92% | 0.2% | - |
| HSV(B) | 8.94º | 0.96% | 0.38% | - |
| XYZ | 5.28 | 3.04 | 0.42 | - |
| YUV | 40.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 4 | 0 | 0.82 | 0.96 | 0.62 | 8.94 | 0.92 | 0.2 |
| Hex | 62 | 12 | 4 | 0 | 52 | 60 | 3E | 9 | 5C | 14 |
| Octal | 142 | 22 | 4 | 0 | 122 | 140 | 76 | 11 | 134 | 24 |
| Binary | 1100010 | 10010 | 100 | 0 | 1010010 | 1100000 | 111110 | 1001 | 1011100 | 10100 |
Color Harmonies of #621204
Complementary color
Monochromatic Colors of #621204
Black with #621204
Text Example
Text Example
White with #621204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621204; }
p { color: rgb(98,18,4); }
H1.HeaderClassName
{
color: #621204;
}
.AnyTagClassName
{
color: #621204;
}
</style>
background-color css
<style>
a { background-color: #621204; }
a { background-color: rgb(98,18,4); }
div.DivClassName
{
background-color: #621204;
}
.BgClassName
{
background-color: #621204;
}
</style>
border-color css
<style>
span { border-color: #621204; }
span { border-color: rgb(98,18,4); }
td.TdClassName
{
border-color: #621204;
}
.TagClassName
{
border-color: #621204;
}
</style>