Shades of Red Oxide #632017
Tints of Red Oxide #632017
RGB
CMYK
RGB Variations
Color information
#632017 (or 0x632017) is known color: Red Oxide. HEX triplet: 63, 20 and 17. RGB value is (99,32,23). Sum of RGB (Red+Green+Blue) = 99+32+23=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #632017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632017 is #9CDFE8. Grayscale: #333333. Windows color (decimal): -10280937 or 1515619. OLE color: 1515619.
HSL color Cylindrical-coordinate representation of color #632017: hue angle of 7.11º 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 #632017 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 23 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.61 |
| HSL | 7.11º | 0.62% | 0.24% | - |
| HSV(B) | 7.11º | 0.77% | 0.39% | - |
| XYZ | 5.82 | 3.75 | 1.23 | - |
| YUV | 51.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 23 | 0 | 0.68 | 0.77 | 0.61 | 7.11 | 0.62 | 0.24 |
| Hex | 63 | 20 | 17 | 0 | 44 | 4D | 3D | 7 | 3E | 18 |
| Octal | 143 | 40 | 27 | 0 | 104 | 115 | 75 | 7 | 76 | 30 |
| Binary | 1100011 | 100000 | 10111 | 0 | 1000100 | 1001101 | 111101 | 111 | 111110 | 11000 |
Color Harmonies of #632017
Complementary color
Monochromatic Colors of #632017
Black with #632017
Text Example
Text Example
White with #632017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632017; }
p { color: rgb(99,32,23); }
H1.HeaderClassName
{
color: #632017;
}
.AnyTagClassName
{
color: #632017;
}
</style>
background-color css
<style>
a { background-color: #632017; }
a { background-color: rgb(99,32,23); }
div.DivClassName
{
background-color: #632017;
}
.BgClassName
{
background-color: #632017;
}
</style>
border-color css
<style>
span { border-color: #632017; }
span { border-color: rgb(99,32,23); }
td.TdClassName
{
border-color: #632017;
}
.TagClassName
{
border-color: #632017;
}
</style>