Shades of Red Oxide #632014
Tints of Red Oxide #632014
RGB
CMYK
RGB Variations
Color information
#632014 (or 0x632014) is known color: Red Oxide. HEX triplet: 63, 20 and 14. RGB value is (99,32,20). Sum of RGB (Red+Green+Blue) = 99+32+20=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #632014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632014 is #9CDFEB. Grayscale: #323232. Windows color (decimal): -10280940 or 1319011. OLE color: 1319011.
HSL color Cylindrical-coordinate representation of color #632014: hue angle of 9.11º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632014 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 20 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.61 |
| HSL | 9.11º | 0.66% | 0.23% | - |
| HSV(B) | 9.11º | 0.8% | 0.39% | - |
| XYZ | 5.79 | 3.74 | 1.08 | - |
| YUV | 50.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 20 | 0 | 0.68 | 0.80 | 0.61 | 9.11 | 0.66 | 0.23 |
| Hex | 63 | 20 | 14 | 0 | 44 | 50 | 3D | 9 | 42 | 17 |
| Octal | 143 | 40 | 24 | 0 | 104 | 120 | 75 | 11 | 102 | 27 |
| Binary | 1100011 | 100000 | 10100 | 0 | 1000100 | 1010000 | 111101 | 1001 | 1000010 | 10111 |
Color Harmonies of #632014
Complementary color
Monochromatic Colors of #632014
Black with #632014
Text Example
Text Example
White with #632014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632014; }
p { color: rgb(99,32,20); }
H1.HeaderClassName
{
color: #632014;
}
.AnyTagClassName
{
color: #632014;
}
</style>
background-color css
<style>
a { background-color: #632014; }
a { background-color: rgb(99,32,20); }
div.DivClassName
{
background-color: #632014;
}
.BgClassName
{
background-color: #632014;
}
</style>
border-color css
<style>
span { border-color: #632014; }
span { border-color: rgb(99,32,20); }
td.TdClassName
{
border-color: #632014;
}
.TagClassName
{
border-color: #632014;
}
</style>