Shades of Red Oxide #631400
Tints of Red Oxide #631400
RGB
CMYK
RGB Variations
Color information
#631400 (or 0x631400) is known color: Red Oxide. HEX triplet: 63, 14 and 00. RGB value is (99,20,0). Sum of RGB (Red+Green+Blue) = 99+20+0=119 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.19% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 99 - color contains mainly: red. Hex color #631400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631400 is #9CEBFF. Grayscale: #292929. Windows color (decimal): -10284032 or 5219. OLE color: 5219.
HSL color Cylindrical-coordinate representation of color #631400: hue angle of 12.12º 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 #631400 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 20 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.61 |
| HSL | 12.12º | 1% | 0.19% | - |
| HSV(B) | 12.12º | 1% | 0.39% | - |
| XYZ | 5.4 | 3.15 | 0.32 | - |
| YUV | 41.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 0 | 0 | 0.80 | 1 | 0.61 | 12.12 | 1 | 0.19 |
| Hex | 63 | 14 | 0 | 0 | 50 | 64 | 3D | C | 64 | 13 |
| Octal | 143 | 24 | 0 | 0 | 120 | 144 | 75 | 14 | 144 | 23 |
| Binary | 1100011 | 10100 | 0 | 0 | 1010000 | 1100100 | 111101 | 1100 | 1100100 | 10011 |
Color Harmonies of #631400
Complementary color
Monochromatic Colors of #631400
Black with #631400
Text Example
Text Example
White with #631400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631400; }
p { color: rgb(99,20,0); }
H1.HeaderClassName
{
color: #631400;
}
.AnyTagClassName
{
color: #631400;
}
</style>
background-color css
<style>
a { background-color: #631400; }
a { background-color: rgb(99,20,0); }
div.DivClassName
{
background-color: #631400;
}
.BgClassName
{
background-color: #631400;
}
</style>
border-color css
<style>
span { border-color: #631400; }
span { border-color: rgb(99,20,0); }
td.TdClassName
{
border-color: #631400;
}
.TagClassName
{
border-color: #631400;
}
</style>