Shades of Red Oxide #632116
Tints of Red Oxide #632116
RGB
CMYK
RGB Variations
Color information
#632116 (or 0x632116) is known color: Red Oxide. HEX triplet: 63, 21 and 16. RGB value is (99,33,22). Sum of RGB (Red+Green+Blue) = 99+33+22=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #632116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632116 is #9CDEE9. Grayscale: #333333. Windows color (decimal): -10280682 or 1450339. OLE color: 1450339.
HSL color Cylindrical-coordinate representation of color #632116: hue angle of 8.57º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #632116 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 22 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.61 |
| HSL | 8.57º | 0.64% | 0.24% | - |
| HSV(B) | 8.57º | 0.78% | 0.39% | - |
| XYZ | 5.83 | 3.8 | 1.18 | - |
| YUV | 51.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 22 | 0 | 0.67 | 0.78 | 0.61 | 8.57 | 0.64 | 0.24 |
| Hex | 63 | 21 | 16 | 0 | 43 | 4E | 3D | 9 | 40 | 18 |
| Octal | 143 | 41 | 26 | 0 | 103 | 116 | 75 | 11 | 100 | 30 |
| Binary | 1100011 | 100001 | 10110 | 0 | 1000011 | 1001110 | 111101 | 1001 | 1000000 | 11000 |
Color Harmonies of #632116
Complementary color
Monochromatic Colors of #632116
Black with #632116
Text Example
Text Example
White with #632116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632116; }
p { color: rgb(99,33,22); }
H1.HeaderClassName
{
color: #632116;
}
.AnyTagClassName
{
color: #632116;
}
</style>
background-color css
<style>
a { background-color: #632116; }
a { background-color: rgb(99,33,22); }
div.DivClassName
{
background-color: #632116;
}
.BgClassName
{
background-color: #632116;
}
</style>
border-color css
<style>
span { border-color: #632116; }
span { border-color: rgb(99,33,22); }
td.TdClassName
{
border-color: #632116;
}
.TagClassName
{
border-color: #632116;
}
</style>