Shades of Red Oxide #631808
Tints of Red Oxide #631808
RGB
CMYK
RGB Variations
Color information
#631808 (or 0x631808) is known color: Red Oxide. HEX triplet: 63, 18 and 08. RGB value is (99,24,8). Sum of RGB (Red+Green+Blue) = 99+24+8=131 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75.57% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 99 - color contains mainly: red. Hex color #631808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631808 is #9CE7F7. Grayscale: #2C2C2C. Windows color (decimal): -10283000 or 530531. OLE color: 530531.
HSL color Cylindrical-coordinate representation of color #631808: hue angle of 10.55º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #631808 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 8 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.61 |
| HSL | 10.55º | 0.85% | 0.21% | - |
| HSV(B) | 10.55º | 0.92% | 0.39% | - |
| XYZ | 5.52 | 3.32 | 0.58 | - |
| YUV | 44.6 | 107.35 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 8 | 0 | 0.76 | 0.92 | 0.61 | 10.55 | 0.85 | 0.21 |
| Hex | 63 | 18 | 8 | 0 | 4C | 5C | 3D | B | 55 | 15 |
| Octal | 143 | 30 | 10 | 0 | 114 | 134 | 75 | 13 | 125 | 25 |
| Binary | 1100011 | 11000 | 1000 | 0 | 1001100 | 1011100 | 111101 | 1011 | 1010101 | 10101 |
Color Harmonies of #631808
Complementary color
Monochromatic Colors of #631808
Black with #631808
Text Example
Text Example
White with #631808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631808; }
p { color: rgb(99,24,8); }
H1.HeaderClassName
{
color: #631808;
}
.AnyTagClassName
{
color: #631808;
}
</style>
background-color css
<style>
a { background-color: #631808; }
a { background-color: rgb(99,24,8); }
div.DivClassName
{
background-color: #631808;
}
.BgClassName
{
background-color: #631808;
}
</style>
border-color css
<style>
span { border-color: #631808; }
span { border-color: rgb(99,24,8); }
td.TdClassName
{
border-color: #631808;
}
.TagClassName
{
border-color: #631808;
}
</style>