Shades of Red Oxide #632622
Tints of Red Oxide #632622
RGB
CMYK
RGB Variations
Color information
#632622 (or 0x632622) is known color: Red Oxide. HEX triplet: 63, 26 and 22. RGB value is (99,38,34). Sum of RGB (Red+Green+Blue) = 99+38+34=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #632622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632622 is #9CD9DD. Grayscale: #373737. Windows color (decimal): -10279390 or 2238051. OLE color: 2238051.
HSL color Cylindrical-coordinate representation of color #632622: hue angle of 3.69º 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 #632622 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 34 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.61 |
| HSL | 3.69º | 0.49% | 0.26% | - |
| HSV(B) | 3.69º | 0.66% | 0.39% | - |
| XYZ | 6.13 | 4.15 | 1.99 | - |
| YUV | 55.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 34 | 0 | 0.62 | 0.66 | 0.61 | 3.69 | 0.49 | 0.26 |
| Hex | 63 | 26 | 22 | 0 | 3E | 42 | 3D | 4 | 31 | 1A |
| Octal | 143 | 46 | 42 | 0 | 76 | 102 | 75 | 4 | 61 | 32 |
| Binary | 1100011 | 100110 | 100010 | 0 | 111110 | 1000010 | 111101 | 100 | 110001 | 11010 |
Color Harmonies of #632622
Complementary color
Monochromatic Colors of #632622
Black with #632622
Text Example
Text Example
White with #632622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632622; }
p { color: rgb(99,38,34); }
H1.HeaderClassName
{
color: #632622;
}
.AnyTagClassName
{
color: #632622;
}
</style>
background-color css
<style>
a { background-color: #632622; }
a { background-color: rgb(99,38,34); }
div.DivClassName
{
background-color: #632622;
}
.BgClassName
{
background-color: #632622;
}
</style>
border-color css
<style>
span { border-color: #632622; }
span { border-color: rgb(99,38,34); }
td.TdClassName
{
border-color: #632622;
}
.TagClassName
{
border-color: #632622;
}
</style>