Shades of Red Oxide #631609
Tints of Red Oxide #631609
RGB
CMYK
RGB Variations
Color information
#631609 (or 0x631609) is known color: Red Oxide. HEX triplet: 63, 16 and 09. RGB value is (99,22,9). Sum of RGB (Red+Green+Blue) = 99+22+9=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #631609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631609 is #9CE9F6. Grayscale: #2B2B2B. Windows color (decimal): -10283511 or 595555. OLE color: 595555.
HSL color Cylindrical-coordinate representation of color #631609: hue angle of 8.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 #631609 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 22 | 9 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.61 |
| HSL | 8.67º | 0.83% | 0.21% | - |
| HSV(B) | 8.67º | 0.91% | 0.39% | - |
| XYZ | 5.48 | 3.25 | 0.6 | - |
| YUV | 43.54 | 108.51 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 9 | 0 | 0.78 | 0.91 | 0.61 | 8.67 | 0.83 | 0.21 |
| Hex | 63 | 16 | 9 | 0 | 4E | 5B | 3D | 9 | 53 | 15 |
| Octal | 143 | 26 | 11 | 0 | 116 | 133 | 75 | 11 | 123 | 25 |
| Binary | 1100011 | 10110 | 1001 | 0 | 1001110 | 1011011 | 111101 | 1001 | 1010011 | 10101 |
Color Harmonies of #631609
Complementary color
Monochromatic Colors of #631609
Black with #631609
Text Example
Text Example
White with #631609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631609; }
p { color: rgb(99,22,9); }
H1.HeaderClassName
{
color: #631609;
}
.AnyTagClassName
{
color: #631609;
}
</style>
background-color css
<style>
a { background-color: #631609; }
a { background-color: rgb(99,22,9); }
div.DivClassName
{
background-color: #631609;
}
.BgClassName
{
background-color: #631609;
}
</style>
border-color css
<style>
span { border-color: #631609; }
span { border-color: rgb(99,22,9); }
td.TdClassName
{
border-color: #631609;
}
.TagClassName
{
border-color: #631609;
}
</style>