Shades of Red Oxide #631302
Tints of Red Oxide #631302
RGB
CMYK
RGB Variations
Color information
#631302 (or 0x631302) is known color: Red Oxide. HEX triplet: 63, 13 and 02. RGB value is (99,19,2). Sum of RGB (Red+Green+Blue) = 99+19+2=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #631302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631302 is #9CECFD. Grayscale: #292929. Windows color (decimal): -10284286 or 136035. OLE color: 136035.
HSL color Cylindrical-coordinate representation of color #631302: hue angle of 10.52º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #631302 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 19 | 2 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.61 |
| HSL | 10.52º | 0.96% | 0.2% | - |
| HSV(B) | 10.52º | 0.98% | 0.39% | - |
| XYZ | 5.39 | 3.12 | 0.38 | - |
| YUV | 40.98 | 106 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 2 | 0 | 0.81 | 0.98 | 0.61 | 10.52 | 0.96 | 0.2 |
| Hex | 63 | 13 | 2 | 0 | 51 | 62 | 3D | B | 60 | 14 |
| Octal | 143 | 23 | 2 | 0 | 121 | 142 | 75 | 13 | 140 | 24 |
| Binary | 1100011 | 10011 | 10 | 0 | 1010001 | 1100010 | 111101 | 1011 | 1100000 | 10100 |
Color Harmonies of #631302
Complementary color
Monochromatic Colors of #631302
Black with #631302
Text Example
Text Example
White with #631302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631302; }
p { color: rgb(99,19,2); }
H1.HeaderClassName
{
color: #631302;
}
.AnyTagClassName
{
color: #631302;
}
</style>
background-color css
<style>
a { background-color: #631302; }
a { background-color: rgb(99,19,2); }
div.DivClassName
{
background-color: #631302;
}
.BgClassName
{
background-color: #631302;
}
</style>
border-color css
<style>
span { border-color: #631302; }
span { border-color: rgb(99,19,2); }
td.TdClassName
{
border-color: #631302;
}
.TagClassName
{
border-color: #631302;
}
</style>