Shades of Red Oxide #63170B
Tints of Red Oxide #63170B
RGB
CMYK
RGB Variations
Color information
#63170B (or 0x63170B) is known color: Red Oxide. HEX triplet: 63, 17 and 0B. RGB value is (99,23,11). Sum of RGB (Red+Green+Blue) = 99+23+11=133 (17% of max value = 765). Red value is 99 (39.06% from 255 or 74.44% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 99 - color contains mainly: red. Hex color #63170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63170B is #9CE8F4. Grayscale: #2C2C2C. Windows color (decimal): -10283253 or 726883. OLE color: 726883.
HSL color Cylindrical-coordinate representation of color #63170B: hue angle of 8.18º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63170B is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 23 | 11 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.61 |
| HSL | 8.18º | 0.8% | 0.22% | - |
| HSV(B) | 8.18º | 0.89% | 0.39% | - |
| XYZ | 5.51 | 3.29 | 0.66 | - |
| YUV | 44.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 11 | 0 | 0.77 | 0.89 | 0.61 | 8.18 | 0.8 | 0.22 |
| Hex | 63 | 17 | B | 0 | 4D | 59 | 3D | 8 | 50 | 16 |
| Octal | 143 | 27 | 13 | 0 | 115 | 131 | 75 | 10 | 120 | 26 |
| Binary | 1100011 | 10111 | 1011 | 0 | 1001101 | 1011001 | 111101 | 1000 | 1010000 | 10110 |
Color Harmonies of #63170B
Complementary color
Monochromatic Colors of #63170B
Black with #63170B
Text Example
Text Example
White with #63170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63170B; }
p { color: rgb(99,23,11); }
H1.HeaderClassName
{
color: #63170B;
}
.AnyTagClassName
{
color: #63170B;
}
</style>
background-color css
<style>
a { background-color: #63170B; }
a { background-color: rgb(99,23,11); }
div.DivClassName
{
background-color: #63170B;
}
.BgClassName
{
background-color: #63170B;
}
</style>
border-color css
<style>
span { border-color: #63170B; }
span { border-color: rgb(99,23,11); }
td.TdClassName
{
border-color: #63170B;
}
.TagClassName
{
border-color: #63170B;
}
</style>