Shades of Red Oxide #631700
Tints of Red Oxide #631700
RGB
CMYK
RGB Variations
Color information
#631700 (or 0x631700) is known color: Red Oxide. HEX triplet: 63, 17 and 00. RGB value is (99,23,0). Sum of RGB (Red+Green+Blue) = 99+23+0=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #631700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631700 is #9CE8FF. Grayscale: #2B2B2B. Windows color (decimal): -10283264 or 5987. OLE color: 5987.
HSL color Cylindrical-coordinate representation of color #631700: hue angle of 13.94º 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 #631700 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 23 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.61 |
| HSL | 13.94º | 1% | 0.19% | - |
| HSV(B) | 13.94º | 1% | 0.39% | - |
| XYZ | 5.45 | 3.27 | 0.34 | - |
| YUV | 43.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 0 | 0 | 0.77 | 1 | 0.61 | 13.94 | 1 | 0.19 |
| Hex | 63 | 17 | 0 | 0 | 4D | 64 | 3D | E | 64 | 13 |
| Octal | 143 | 27 | 0 | 0 | 115 | 144 | 75 | 16 | 144 | 23 |
| Binary | 1100011 | 10111 | 0 | 0 | 1001101 | 1100100 | 111101 | 1110 | 1100100 | 10011 |
Color Harmonies of #631700
Complementary color
Monochromatic Colors of #631700
Black with #631700
Text Example
Text Example
White with #631700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631700; }
p { color: rgb(99,23,0); }
H1.HeaderClassName
{
color: #631700;
}
.AnyTagClassName
{
color: #631700;
}
</style>
background-color css
<style>
a { background-color: #631700; }
a { background-color: rgb(99,23,0); }
div.DivClassName
{
background-color: #631700;
}
.BgClassName
{
background-color: #631700;
}
</style>
border-color css
<style>
span { border-color: #631700; }
span { border-color: rgb(99,23,0); }
td.TdClassName
{
border-color: #631700;
}
.TagClassName
{
border-color: #631700;
}
</style>