Shades of Red Oxide #632117
Tints of Red Oxide #632117
RGB
CMYK
RGB Variations
Color information
#632117 (or 0x632117) is known color: Red Oxide. HEX triplet: 63, 21 and 17. RGB value is (99,33,23). Sum of RGB (Red+Green+Blue) = 99+33+23=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #632117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632117 is #9CDEE8. Grayscale: #333333. Windows color (decimal): -10280681 or 1515875. OLE color: 1515875.
HSL color Cylindrical-coordinate representation of color #632117: hue angle of 7.89º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #632117 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 23 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.61 |
| HSL | 7.89º | 0.62% | 0.24% | - |
| HSV(B) | 7.89º | 0.77% | 0.39% | - |
| XYZ | 5.84 | 3.8 | 1.24 | - |
| YUV | 51.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 23 | 0 | 0.67 | 0.77 | 0.61 | 7.89 | 0.62 | 0.24 |
| Hex | 63 | 21 | 17 | 0 | 43 | 4D | 3D | 8 | 3E | 18 |
| Octal | 143 | 41 | 27 | 0 | 103 | 115 | 75 | 10 | 76 | 30 |
| Binary | 1100011 | 100001 | 10111 | 0 | 1000011 | 1001101 | 111101 | 1000 | 111110 | 11000 |
Color Harmonies of #632117
Complementary color
Monochromatic Colors of #632117
Black with #632117
Text Example
Text Example
White with #632117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632117; }
p { color: rgb(99,33,23); }
H1.HeaderClassName
{
color: #632117;
}
.AnyTagClassName
{
color: #632117;
}
</style>
background-color css
<style>
a { background-color: #632117; }
a { background-color: rgb(99,33,23); }
div.DivClassName
{
background-color: #632117;
}
.BgClassName
{
background-color: #632117;
}
</style>
border-color css
<style>
span { border-color: #632117; }
span { border-color: rgb(99,33,23); }
td.TdClassName
{
border-color: #632117;
}
.TagClassName
{
border-color: #632117;
}
</style>