Shades of Red Oxide #632320
Tints of Red Oxide #632320
RGB
CMYK
RGB Variations
Color information
#632320 (or 0x632320) is known color: Red Oxide. HEX triplet: 63, 23 and 20. RGB value is (99,35,32). Sum of RGB (Red+Green+Blue) = 99+35+32=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #632320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632320 is #9CDCDF. Grayscale: #353535. Windows color (decimal): -10280160 or 2106211. OLE color: 2106211.
HSL color Cylindrical-coordinate representation of color #632320: hue angle of 2.69º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632320 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 35 | 32 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.61 |
| HSL | 2.69º | 0.51% | 0.26% | - |
| HSV(B) | 2.69º | 0.68% | 0.39% | - |
| XYZ | 6.01 | 3.96 | 1.81 | - |
| YUV | 53.79 | 115.7 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 32 | 0 | 0.65 | 0.68 | 0.61 | 2.69 | 0.51 | 0.26 |
| Hex | 63 | 23 | 20 | 0 | 41 | 44 | 3D | 3 | 33 | 1A |
| Octal | 143 | 43 | 40 | 0 | 101 | 104 | 75 | 3 | 63 | 32 |
| Binary | 1100011 | 100011 | 100000 | 0 | 1000001 | 1000100 | 111101 | 11 | 110011 | 11010 |
Color Harmonies of #632320
Complementary color
Monochromatic Colors of #632320
Black with #632320
Text Example
Text Example
White with #632320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632320; }
p { color: rgb(99,35,32); }
H1.HeaderClassName
{
color: #632320;
}
.AnyTagClassName
{
color: #632320;
}
</style>
background-color css
<style>
a { background-color: #632320; }
a { background-color: rgb(99,35,32); }
div.DivClassName
{
background-color: #632320;
}
.BgClassName
{
background-color: #632320;
}
</style>
border-color css
<style>
span { border-color: #632320; }
span { border-color: rgb(99,35,32); }
td.TdClassName
{
border-color: #632320;
}
.TagClassName
{
border-color: #632320;
}
</style>