Shades of Red Oxide #631508
Tints of Red Oxide #631508
RGB
CMYK
RGB Variations
Color information
#631508 (or 0x631508) is known color: Red Oxide. HEX triplet: 63, 15 and 08. RGB value is (99,21,8). Sum of RGB (Red+Green+Blue) = 99+21+8=128 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.34% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 99 - color contains mainly: red. Hex color #631508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631508 is #9CEAF7. Grayscale: #2A2A2A. Windows color (decimal): -10283768 or 529763. OLE color: 529763.
HSL color Cylindrical-coordinate representation of color #631508: hue angle of 8.57º 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 #631508 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 21 | 8 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.61 |
| HSL | 8.57º | 0.85% | 0.21% | - |
| HSV(B) | 8.57º | 0.92% | 0.39% | - |
| XYZ | 5.46 | 3.21 | 0.56 | - |
| YUV | 42.84 | 108.34 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 8 | 0 | 0.79 | 0.92 | 0.61 | 8.57 | 0.85 | 0.21 |
| Hex | 63 | 15 | 8 | 0 | 4F | 5C | 3D | 9 | 55 | 15 |
| Octal | 143 | 25 | 10 | 0 | 117 | 134 | 75 | 11 | 125 | 25 |
| Binary | 1100011 | 10101 | 1000 | 0 | 1001111 | 1011100 | 111101 | 1001 | 1010101 | 10101 |
Color Harmonies of #631508
Complementary color
Monochromatic Colors of #631508
Black with #631508
Text Example
Text Example
White with #631508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631508; }
p { color: rgb(99,21,8); }
H1.HeaderClassName
{
color: #631508;
}
.AnyTagClassName
{
color: #631508;
}
</style>
background-color css
<style>
a { background-color: #631508; }
a { background-color: rgb(99,21,8); }
div.DivClassName
{
background-color: #631508;
}
.BgClassName
{
background-color: #631508;
}
</style>
border-color css
<style>
span { border-color: #631508; }
span { border-color: rgb(99,21,8); }
td.TdClassName
{
border-color: #631508;
}
.TagClassName
{
border-color: #631508;
}
</style>