Shades of Red Oxide #631600
Tints of Red Oxide #631600
RGB
CMYK
RGB Variations
Color information
#631600 (or 0x631600) is known color: Red Oxide. HEX triplet: 63, 16 and 00. RGB value is (99,22,0). Sum of RGB (Red+Green+Blue) = 99+22+0=121 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.82% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 99 - color contains mainly: red. Hex color #631600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631600 is #9CE9FF. Grayscale: #2A2A2A. Windows color (decimal): -10283520 or 5731. OLE color: 5731.
HSL color Cylindrical-coordinate representation of color #631600: hue angle of 13.33º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #631600 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 22 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.61 |
| HSL | 13.33º | 1% | 0.19% | - |
| HSV(B) | 13.33º | 1% | 0.39% | - |
| XYZ | 5.43 | 3.23 | 0.34 | - |
| YUV | 42.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 0 | 0 | 0.78 | 1 | 0.61 | 13.33 | 1 | 0.19 |
| Hex | 63 | 16 | 0 | 0 | 4E | 64 | 3D | D | 64 | 13 |
| Octal | 143 | 26 | 0 | 0 | 116 | 144 | 75 | 15 | 144 | 23 |
| Binary | 1100011 | 10110 | 0 | 0 | 1001110 | 1100100 | 111101 | 1101 | 1100100 | 10011 |
Color Harmonies of #631600
Complementary color
Monochromatic Colors of #631600
Black with #631600
Text Example
Text Example
White with #631600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631600; }
p { color: rgb(99,22,0); }
H1.HeaderClassName
{
color: #631600;
}
.AnyTagClassName
{
color: #631600;
}
</style>
background-color css
<style>
a { background-color: #631600; }
a { background-color: rgb(99,22,0); }
div.DivClassName
{
background-color: #631600;
}
.BgClassName
{
background-color: #631600;
}
</style>
border-color css
<style>
span { border-color: #631600; }
span { border-color: rgb(99,22,0); }
td.TdClassName
{
border-color: #631600;
}
.TagClassName
{
border-color: #631600;
}
</style>