Shades of Red Oxide #631009
Tints of Red Oxide #631009
RGB
CMYK
RGB Variations
Color information
#631009 (or 0x631009) is known color: Red Oxide. HEX triplet: 63, 10 and 09. RGB value is (99,16,9). Sum of RGB (Red+Green+Blue) = 99+16+9=124 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.84% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 99 - color contains mainly: red. Hex color #631009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631009 is #9CEFF6. Grayscale: #282828. Windows color (decimal): -10285047 or 594019. OLE color: 594019.
HSL color Cylindrical-coordinate representation of color #631009: hue angle of 4.67º 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 #631009 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 16 | 9 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.61 |
| HSL | 4.67º | 0.83% | 0.21% | - |
| HSV(B) | 4.67º | 0.91% | 0.39% | - |
| XYZ | 5.38 | 3.04 | 0.56 | - |
| YUV | 40.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 9 | 0 | 0.84 | 0.91 | 0.61 | 4.67 | 0.83 | 0.21 |
| Hex | 63 | 10 | 9 | 0 | 54 | 5B | 3D | 5 | 53 | 15 |
| Octal | 143 | 20 | 11 | 0 | 124 | 133 | 75 | 5 | 123 | 25 |
| Binary | 1100011 | 10000 | 1001 | 0 | 1010100 | 1011011 | 111101 | 101 | 1010011 | 10101 |
Color Harmonies of #631009
Complementary color
Monochromatic Colors of #631009
Black with #631009
Text Example
Text Example
White with #631009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631009; }
p { color: rgb(99,16,9); }
H1.HeaderClassName
{
color: #631009;
}
.AnyTagClassName
{
color: #631009;
}
</style>
background-color css
<style>
a { background-color: #631009; }
a { background-color: rgb(99,16,9); }
div.DivClassName
{
background-color: #631009;
}
.BgClassName
{
background-color: #631009;
}
</style>
border-color css
<style>
span { border-color: #631009; }
span { border-color: rgb(99,16,9); }
td.TdClassName
{
border-color: #631009;
}
.TagClassName
{
border-color: #631009;
}
</style>