Shades of Red Oxide #631709
Tints of Red Oxide #631709
RGB
CMYK
RGB Variations
Color information
#631709 (or 0x631709) is known color: Red Oxide. HEX triplet: 63, 17 and 09. RGB value is (99,23,9). Sum of RGB (Red+Green+Blue) = 99+23+9=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #631709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631709 is #9CE8F6. Grayscale: #2C2C2C. Windows color (decimal): -10283255 or 595811. OLE color: 595811.
HSL color Cylindrical-coordinate representation of color #631709: hue angle of 9.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #631709 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 23 | 9 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.61 |
| HSL | 9.33º | 0.83% | 0.21% | - |
| HSV(B) | 9.33º | 0.91% | 0.39% | - |
| XYZ | 5.5 | 3.29 | 0.6 | - |
| YUV | 44.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 9 | 0 | 0.77 | 0.91 | 0.61 | 9.33 | 0.83 | 0.21 |
| Hex | 63 | 17 | 9 | 0 | 4D | 5B | 3D | 9 | 53 | 15 |
| Octal | 143 | 27 | 11 | 0 | 115 | 133 | 75 | 11 | 123 | 25 |
| Binary | 1100011 | 10111 | 1001 | 0 | 1001101 | 1011011 | 111101 | 1001 | 1010011 | 10101 |
Color Harmonies of #631709
Complementary color
Monochromatic Colors of #631709
Black with #631709
Text Example
Text Example
White with #631709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631709; }
p { color: rgb(99,23,9); }
H1.HeaderClassName
{
color: #631709;
}
.AnyTagClassName
{
color: #631709;
}
</style>
background-color css
<style>
a { background-color: #631709; }
a { background-color: rgb(99,23,9); }
div.DivClassName
{
background-color: #631709;
}
.BgClassName
{
background-color: #631709;
}
</style>
border-color css
<style>
span { border-color: #631709; }
span { border-color: rgb(99,23,9); }
td.TdClassName
{
border-color: #631709;
}
.TagClassName
{
border-color: #631709;
}
</style>