Shades of Red Oxide #632522
Tints of Red Oxide #632522
RGB
CMYK
RGB Variations
Color information
#632522 (or 0x632522) is known color: Red Oxide. HEX triplet: 63, 25 and 22. RGB value is (99,37,34). Sum of RGB (Red+Green+Blue) = 99+37+34=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #632522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632522 is #9CDADD. Grayscale: #373737. Windows color (decimal): -10279646 or 2237795. OLE color: 2237795.
HSL color Cylindrical-coordinate representation of color #632522: hue angle of 2.77º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #632522 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 37 | 34 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.61 |
| HSL | 2.77º | 0.49% | 0.26% | - |
| HSV(B) | 2.77º | 0.66% | 0.39% | - |
| XYZ | 6.1 | 4.09 | 1.98 | - |
| YUV | 55.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 34 | 0 | 0.63 | 0.66 | 0.61 | 2.77 | 0.49 | 0.26 |
| Hex | 63 | 25 | 22 | 0 | 3F | 42 | 3D | 3 | 31 | 1A |
| Octal | 143 | 45 | 42 | 0 | 77 | 102 | 75 | 3 | 61 | 32 |
| Binary | 1100011 | 100101 | 100010 | 0 | 111111 | 1000010 | 111101 | 11 | 110001 | 11010 |
Color Harmonies of #632522
Complementary color
Monochromatic Colors of #632522
Black with #632522
Text Example
Text Example
White with #632522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632522; }
p { color: rgb(99,37,34); }
H1.HeaderClassName
{
color: #632522;
}
.AnyTagClassName
{
color: #632522;
}
</style>
background-color css
<style>
a { background-color: #632522; }
a { background-color: rgb(99,37,34); }
div.DivClassName
{
background-color: #632522;
}
.BgClassName
{
background-color: #632522;
}
</style>
border-color css
<style>
span { border-color: #632522; }
span { border-color: rgb(99,37,34); }
td.TdClassName
{
border-color: #632522;
}
.TagClassName
{
border-color: #632522;
}
</style>