Shades of Red Oxide #621505
Tints of Red Oxide #621505
RGB
CMYK
RGB Variations
Color information
#621505 (or 0x621505) is known color: Red Oxide. HEX triplet: 62, 15 and 05. RGB value is (98,21,5). Sum of RGB (Red+Green+Blue) = 98+21+5=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #621505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621505 is #9DEAFA. Grayscale: #2A2A2A. Windows color (decimal): -10349307 or 333154. OLE color: 333154.
HSL color Cylindrical-coordinate representation of color #621505: hue angle of 10.32º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #621505 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 21 | 5 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.62 |
| HSL | 10.32º | 0.9% | 0.2% | - |
| HSV(B) | 10.32º | 0.95% | 0.38% | - |
| XYZ | 5.33 | 3.14 | 0.47 | - |
| YUV | 42.2 | 107.01 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 5 | 0 | 0.79 | 0.95 | 0.62 | 10.32 | 0.9 | 0.2 |
| Hex | 62 | 15 | 5 | 0 | 4F | 5F | 3E | A | 5A | 14 |
| Octal | 142 | 25 | 5 | 0 | 117 | 137 | 76 | 12 | 132 | 24 |
| Binary | 1100010 | 10101 | 101 | 0 | 1001111 | 1011111 | 111110 | 1010 | 1011010 | 10100 |
Color Harmonies of #621505
Complementary color
Monochromatic Colors of #621505
Black with #621505
Text Example
Text Example
White with #621505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621505; }
p { color: rgb(98,21,5); }
H1.HeaderClassName
{
color: #621505;
}
.AnyTagClassName
{
color: #621505;
}
</style>
background-color css
<style>
a { background-color: #621505; }
a { background-color: rgb(98,21,5); }
div.DivClassName
{
background-color: #621505;
}
.BgClassName
{
background-color: #621505;
}
</style>
border-color css
<style>
span { border-color: #621505; }
span { border-color: rgb(98,21,5); }
td.TdClassName
{
border-color: #621505;
}
.TagClassName
{
border-color: #621505;
}
</style>