Shades of Red Oxide #631603
Tints of Red Oxide #631603
RGB
CMYK
RGB Variations
Color information
#631603 (or 0x631603) is known color: Red Oxide. HEX triplet: 63, 16 and 03. RGB value is (99,22,3). Sum of RGB (Red+Green+Blue) = 99+22+3=124 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.84% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 99 - color contains mainly: red. Hex color #631603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631603 is #9CE9FC. Grayscale: #2B2B2B. Windows color (decimal): -10283517 or 202339. OLE color: 202339.
HSL color Cylindrical-coordinate representation of color #631603: hue angle of 11.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #631603 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 22 | 3 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.61 |
| HSL | 11.88º | 0.94% | 0.2% | - |
| HSV(B) | 11.88º | 0.97% | 0.39% | - |
| XYZ | 5.45 | 3.23 | 0.42 | - |
| YUV | 42.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 3 | 0 | 0.78 | 0.97 | 0.61 | 11.88 | 0.94 | 0.2 |
| Hex | 63 | 16 | 3 | 0 | 4E | 61 | 3D | C | 5E | 14 |
| Octal | 143 | 26 | 3 | 0 | 116 | 141 | 75 | 14 | 136 | 24 |
| Binary | 1100011 | 10110 | 11 | 0 | 1001110 | 1100001 | 111101 | 1100 | 1011110 | 10100 |
Color Harmonies of #631603
Complementary color
Monochromatic Colors of #631603
Black with #631603
Text Example
Text Example
White with #631603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631603; }
p { color: rgb(99,22,3); }
H1.HeaderClassName
{
color: #631603;
}
.AnyTagClassName
{
color: #631603;
}
</style>
background-color css
<style>
a { background-color: #631603; }
a { background-color: rgb(99,22,3); }
div.DivClassName
{
background-color: #631603;
}
.BgClassName
{
background-color: #631603;
}
</style>
border-color css
<style>
span { border-color: #631603; }
span { border-color: rgb(99,22,3); }
td.TdClassName
{
border-color: #631603;
}
.TagClassName
{
border-color: #631603;
}
</style>