Shades of Red Oxide #631901
Tints of Red Oxide #631901
RGB
CMYK
RGB Variations
Color information
#631901 (or 0x631901) is known color: Red Oxide. HEX triplet: 63, 19 and 01. RGB value is (99,25,1). Sum of RGB (Red+Green+Blue) = 99+25+1=125 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.2% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 99 - color contains mainly: red. Hex color #631901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631901 is #9CE6FE. Grayscale: #2C2C2C. Windows color (decimal): -10282751 or 72035. OLE color: 72035.
HSL color Cylindrical-coordinate representation of color #631901: hue angle of 14.69º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #631901 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.61 |
| HSL | 14.69º | 0.98% | 0.2% | - |
| HSV(B) | 14.69º | 0.99% | 0.39% | - |
| XYZ | 5.5 | 3.35 | 0.39 | - |
| YUV | 44.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 1 | 0 | 0.75 | 0.99 | 0.61 | 14.69 | 0.98 | 0.2 |
| Hex | 63 | 19 | 1 | 0 | 4B | 63 | 3D | F | 62 | 14 |
| Octal | 143 | 31 | 1 | 0 | 113 | 143 | 75 | 17 | 142 | 24 |
| Binary | 1100011 | 11001 | 1 | 0 | 1001011 | 1100011 | 111101 | 1111 | 1100010 | 10100 |
Color Harmonies of #631901
Complementary color
Monochromatic Colors of #631901
Black with #631901
Text Example
Text Example
White with #631901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631901; }
p { color: rgb(99,25,1); }
H1.HeaderClassName
{
color: #631901;
}
.AnyTagClassName
{
color: #631901;
}
</style>
background-color css
<style>
a { background-color: #631901; }
a { background-color: rgb(99,25,1); }
div.DivClassName
{
background-color: #631901;
}
.BgClassName
{
background-color: #631901;
}
</style>
border-color css
<style>
span { border-color: #631901; }
span { border-color: rgb(99,25,1); }
td.TdClassName
{
border-color: #631901;
}
.TagClassName
{
border-color: #631901;
}
</style>