Shades of Red Oxide #631801
Tints of Red Oxide #631801
RGB
CMYK
RGB Variations
Color information
#631801 (or 0x631801) is known color: Red Oxide. HEX triplet: 63, 18 and 01. RGB value is (99,24,1). Sum of RGB (Red+Green+Blue) = 99+24+1=124 (16% of max value = 765). Red value is 99 (39.06% from 255 or 79.84% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 99 - color contains mainly: red. Hex color #631801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631801 is #9CE7FE. Grayscale: #2B2B2B. Windows color (decimal): -10283007 or 71779. OLE color: 71779.
HSL color Cylindrical-coordinate representation of color #631801: hue angle of 14.08º 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 #631801 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.61 |
| HSL | 14.08º | 0.98% | 0.2% | - |
| HSV(B) | 14.08º | 0.99% | 0.39% | - |
| XYZ | 5.48 | 3.31 | 0.38 | - |
| YUV | 43.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 1 | 0 | 0.76 | 0.99 | 0.61 | 14.08 | 0.98 | 0.2 |
| Hex | 63 | 18 | 1 | 0 | 4C | 63 | 3D | E | 62 | 14 |
| Octal | 143 | 30 | 1 | 0 | 114 | 143 | 75 | 16 | 142 | 24 |
| Binary | 1100011 | 11000 | 1 | 0 | 1001100 | 1100011 | 111101 | 1110 | 1100010 | 10100 |
Color Harmonies of #631801
Complementary color
Monochromatic Colors of #631801
Black with #631801
Text Example
Text Example
White with #631801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631801; }
p { color: rgb(99,24,1); }
H1.HeaderClassName
{
color: #631801;
}
.AnyTagClassName
{
color: #631801;
}
</style>
background-color css
<style>
a { background-color: #631801; }
a { background-color: rgb(99,24,1); }
div.DivClassName
{
background-color: #631801;
}
.BgClassName
{
background-color: #631801;
}
</style>
border-color css
<style>
span { border-color: #631801; }
span { border-color: rgb(99,24,1); }
td.TdClassName
{
border-color: #631801;
}
.TagClassName
{
border-color: #631801;
}
</style>