Shades of Red Oxide #631002
Tints of Red Oxide #631002
RGB
CMYK
RGB Variations
Color information
#631002 (or 0x631002) is known color: Red Oxide. HEX triplet: 63, 10 and 02. RGB value is (99,16,2). Sum of RGB (Red+Green+Blue) = 99+16+2=117 (15% of max value = 765). Red value is 99 (39.06% from 255 or 84.62% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 99 - color contains mainly: red. Hex color #631002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631002 is #9CEFFD. Grayscale: #272727. Windows color (decimal): -10285054 or 135267. OLE color: 135267.
HSL color Cylindrical-coordinate representation of color #631002: hue angle of 8.66º 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 #631002 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 16 | 2 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.61 |
| HSL | 8.66º | 0.96% | 0.2% | - |
| HSV(B) | 8.66º | 0.98% | 0.39% | - |
| XYZ | 5.34 | 3.03 | 0.36 | - |
| YUV | 39.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 2 | 0 | 0.84 | 0.98 | 0.61 | 8.66 | 0.96 | 0.2 |
| Hex | 63 | 10 | 2 | 0 | 54 | 62 | 3D | 9 | 60 | 14 |
| Octal | 143 | 20 | 2 | 0 | 124 | 142 | 75 | 11 | 140 | 24 |
| Binary | 1100011 | 10000 | 10 | 0 | 1010100 | 1100010 | 111101 | 1001 | 1100000 | 10100 |
Color Harmonies of #631002
Complementary color
Monochromatic Colors of #631002
Black with #631002
Text Example
Text Example
White with #631002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631002; }
p { color: rgb(99,16,2); }
H1.HeaderClassName
{
color: #631002;
}
.AnyTagClassName
{
color: #631002;
}
</style>
background-color css
<style>
a { background-color: #631002; }
a { background-color: rgb(99,16,2); }
div.DivClassName
{
background-color: #631002;
}
.BgClassName
{
background-color: #631002;
}
</style>
border-color css
<style>
span { border-color: #631002; }
span { border-color: rgb(99,16,2); }
td.TdClassName
{
border-color: #631002;
}
.TagClassName
{
border-color: #631002;
}
</style>