Shades of Red Oxide #631809
Tints of Red Oxide #631809
RGB
CMYK
RGB Variations
Color information
#631809 (or 0x631809) is known color: Red Oxide. HEX triplet: 63, 18 and 09. RGB value is (99,24,9). Sum of RGB (Red+Green+Blue) = 99+24+9=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #631809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631809 is #9CE7F6. Grayscale: #2C2C2C. Windows color (decimal): -10282999 or 596067. OLE color: 596067.
HSL color Cylindrical-coordinate representation of color #631809: hue angle of 10º 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 #631809 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 9 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.61 |
| HSL | 10º | 0.83% | 0.21% | - |
| HSV(B) | 10º | 0.91% | 0.39% | - |
| XYZ | 5.52 | 3.33 | 0.61 | - |
| YUV | 44.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 9 | 0 | 0.76 | 0.91 | 0.61 | 10 | 0.83 | 0.21 |
| Hex | 63 | 18 | 9 | 0 | 4C | 5B | 3D | A | 53 | 15 |
| Octal | 143 | 30 | 11 | 0 | 114 | 133 | 75 | 12 | 123 | 25 |
| Binary | 1100011 | 11000 | 1001 | 0 | 1001100 | 1011011 | 111101 | 1010 | 1010011 | 10101 |
Color Harmonies of #631809
Complementary color
Monochromatic Colors of #631809
Black with #631809
Text Example
Text Example
White with #631809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631809; }
p { color: rgb(99,24,9); }
H1.HeaderClassName
{
color: #631809;
}
.AnyTagClassName
{
color: #631809;
}
</style>
background-color css
<style>
a { background-color: #631809; }
a { background-color: rgb(99,24,9); }
div.DivClassName
{
background-color: #631809;
}
.BgClassName
{
background-color: #631809;
}
</style>
border-color css
<style>
span { border-color: #631809; }
span { border-color: rgb(99,24,9); }
td.TdClassName
{
border-color: #631809;
}
.TagClassName
{
border-color: #631809;
}
</style>