Shades of Red Oxide #631402
Tints of Red Oxide #631402
RGB
CMYK
RGB Variations
Color information
#631402 (or 0x631402) is known color: Red Oxide. HEX triplet: 63, 14 and 02. RGB value is (99,20,2). Sum of RGB (Red+Green+Blue) = 99+20+2=121 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.82% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 99 - color contains mainly: red. Hex color #631402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631402 is #9CEBFD. Grayscale: #292929. Windows color (decimal): -10284030 or 136291. OLE color: 136291.
HSL color Cylindrical-coordinate representation of color #631402: hue angle of 11.13º 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 #631402 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 20 | 2 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.61 |
| HSL | 11.13º | 0.96% | 0.2% | - |
| HSV(B) | 11.13º | 0.98% | 0.39% | - |
| XYZ | 5.41 | 3.16 | 0.38 | - |
| YUV | 41.57 | 105.67 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 2 | 0 | 0.80 | 0.98 | 0.61 | 11.13 | 0.96 | 0.2 |
| Hex | 63 | 14 | 2 | 0 | 50 | 62 | 3D | B | 60 | 14 |
| Octal | 143 | 24 | 2 | 0 | 120 | 142 | 75 | 13 | 140 | 24 |
| Binary | 1100011 | 10100 | 10 | 0 | 1010000 | 1100010 | 111101 | 1011 | 1100000 | 10100 |
Color Harmonies of #631402
Complementary color
Monochromatic Colors of #631402
Black with #631402
Text Example
Text Example
White with #631402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631402; }
p { color: rgb(99,20,2); }
H1.HeaderClassName
{
color: #631402;
}
.AnyTagClassName
{
color: #631402;
}
</style>
background-color css
<style>
a { background-color: #631402; }
a { background-color: rgb(99,20,2); }
div.DivClassName
{
background-color: #631402;
}
.BgClassName
{
background-color: #631402;
}
</style>
border-color css
<style>
span { border-color: #631402; }
span { border-color: rgb(99,20,2); }
td.TdClassName
{
border-color: #631402;
}
.TagClassName
{
border-color: #631402;
}
</style>