Shades of Red Oxide #621409
Tints of Red Oxide #621409
RGB
CMYK
RGB Variations
Color information
#621409 (or 0x621409) is known color: Red Oxide. HEX triplet: 62, 14 and 09. RGB value is (98,20,9). Sum of RGB (Red+Green+Blue) = 98+20+9=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #621409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621409 is #9DEBF6. Grayscale: #2A2A2A. Windows color (decimal): -10349559 or 595042. OLE color: 595042.
HSL color Cylindrical-coordinate representation of color #621409: hue angle of 7.42º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #621409 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 20 | 9 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.62 |
| HSL | 7.42º | 0.83% | 0.21% | - |
| HSV(B) | 7.42º | 0.91% | 0.38% | - |
| XYZ | 5.34 | 3.12 | 0.58 | - |
| YUV | 42.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 9 | 0 | 0.80 | 0.91 | 0.62 | 7.42 | 0.83 | 0.21 |
| Hex | 62 | 14 | 9 | 0 | 50 | 5B | 3E | 7 | 53 | 15 |
| Octal | 142 | 24 | 11 | 0 | 120 | 133 | 76 | 7 | 123 | 25 |
| Binary | 1100010 | 10100 | 1001 | 0 | 1010000 | 1011011 | 111110 | 111 | 1010011 | 10101 |
Color Harmonies of #621409
Complementary color
Monochromatic Colors of #621409
Black with #621409
Text Example
Text Example
White with #621409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621409; }
p { color: rgb(98,20,9); }
H1.HeaderClassName
{
color: #621409;
}
.AnyTagClassName
{
color: #621409;
}
</style>
background-color css
<style>
a { background-color: #621409; }
a { background-color: rgb(98,20,9); }
div.DivClassName
{
background-color: #621409;
}
.BgClassName
{
background-color: #621409;
}
</style>
border-color css
<style>
span { border-color: #621409; }
span { border-color: rgb(98,20,9); }
td.TdClassName
{
border-color: #621409;
}
.TagClassName
{
border-color: #621409;
}
</style>