Shades of Red Oxide #621503
Tints of Red Oxide #621503
RGB
CMYK
RGB Variations
Color information
#621503 (or 0x621503) is known color: Red Oxide. HEX triplet: 62, 15 and 03. RGB value is (98,21,3). Sum of RGB (Red+Green+Blue) = 98+21+3=122 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.33% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 98 - color contains mainly: red. Hex color #621503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621503 is #9DEAFC. Grayscale: #2A2A2A. Windows color (decimal): -10349309 or 202082. OLE color: 202082.
HSL color Cylindrical-coordinate representation of color #621503: hue angle of 11.37º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #621503 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 21 | 3 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.62 |
| HSL | 11.37º | 0.94% | 0.2% | - |
| HSV(B) | 11.37º | 0.97% | 0.38% | - |
| XYZ | 5.32 | 3.14 | 0.41 | - |
| YUV | 41.97 | 106.01 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 3 | 0 | 0.79 | 0.97 | 0.62 | 11.37 | 0.94 | 0.2 |
| Hex | 62 | 15 | 3 | 0 | 4F | 61 | 3E | B | 5E | 14 |
| Octal | 142 | 25 | 3 | 0 | 117 | 141 | 76 | 13 | 136 | 24 |
| Binary | 1100010 | 10101 | 11 | 0 | 1001111 | 1100001 | 111110 | 1011 | 1011110 | 10100 |
Color Harmonies of #621503
Complementary color
Monochromatic Colors of #621503
Black with #621503
Text Example
Text Example
White with #621503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621503; }
p { color: rgb(98,21,3); }
H1.HeaderClassName
{
color: #621503;
}
.AnyTagClassName
{
color: #621503;
}
</style>
background-color css
<style>
a { background-color: #621503; }
a { background-color: rgb(98,21,3); }
div.DivClassName
{
background-color: #621503;
}
.BgClassName
{
background-color: #621503;
}
</style>
border-color css
<style>
span { border-color: #621503; }
span { border-color: rgb(98,21,3); }
td.TdClassName
{
border-color: #621503;
}
.TagClassName
{
border-color: #621503;
}
</style>