Shades of Red Oxide #631908
Tints of Red Oxide #631908
RGB
CMYK
RGB Variations
Color information
#631908 (or 0x631908) is known color: Red Oxide. HEX triplet: 63, 19 and 08. RGB value is (99,25,8). Sum of RGB (Red+Green+Blue) = 99+25+8=132 (17% of max value = 765). Red value is 99 (39.06% from 255 or 75% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 99 - color contains mainly: red. Hex color #631908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631908 is #9CE6F7. Grayscale: #2D2D2D. Windows color (decimal): -10282744 or 530787. OLE color: 530787.
HSL color Cylindrical-coordinate representation of color #631908: hue angle of 11.21º 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 #631908 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 8 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.61 |
| HSL | 11.21º | 0.85% | 0.21% | - |
| HSV(B) | 11.21º | 0.92% | 0.39% | - |
| XYZ | 5.54 | 3.37 | 0.59 | - |
| YUV | 45.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 8 | 0 | 0.75 | 0.92 | 0.61 | 11.21 | 0.85 | 0.21 |
| Hex | 63 | 19 | 8 | 0 | 4B | 5C | 3D | B | 55 | 15 |
| Octal | 143 | 31 | 10 | 0 | 113 | 134 | 75 | 13 | 125 | 25 |
| Binary | 1100011 | 11001 | 1000 | 0 | 1001011 | 1011100 | 111101 | 1011 | 1010101 | 10101 |
Color Harmonies of #631908
Complementary color
Monochromatic Colors of #631908
Black with #631908
Text Example
Text Example
White with #631908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631908; }
p { color: rgb(99,25,8); }
H1.HeaderClassName
{
color: #631908;
}
.AnyTagClassName
{
color: #631908;
}
</style>
background-color css
<style>
a { background-color: #631908; }
a { background-color: rgb(99,25,8); }
div.DivClassName
{
background-color: #631908;
}
.BgClassName
{
background-color: #631908;
}
</style>
border-color css
<style>
span { border-color: #631908; }
span { border-color: rgb(99,25,8); }
td.TdClassName
{
border-color: #631908;
}
.TagClassName
{
border-color: #631908;
}
</style>