Shades of Red Oxide #63110B
Tints of Red Oxide #63110B
RGB
CMYK
RGB Variations
Color information
#63110B (or 0x63110B) is known color: Red Oxide. HEX triplet: 63, 11 and 0B. RGB value is (99,17,11). Sum of RGB (Red+Green+Blue) = 99+17+11=127 (16% of max value = 765). Red value is 99 (39.06% from 255 or 77.95% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 99 - color contains mainly: red. Hex color #63110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63110B is #9CEEF4. Grayscale: #282828. Windows color (decimal): -10284789 or 725347. OLE color: 725347.
HSL color Cylindrical-coordinate representation of color #63110B: hue angle of 4.09º 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 #63110B is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 11 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.61 |
| HSL | 4.09º | 0.8% | 0.22% | - |
| HSV(B) | 4.09º | 0.89% | 0.39% | - |
| XYZ | 5.41 | 3.08 | 0.63 | - |
| YUV | 40.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 11 | 0 | 0.83 | 0.89 | 0.61 | 4.09 | 0.8 | 0.22 |
| Hex | 63 | 11 | B | 0 | 53 | 59 | 3D | 4 | 50 | 16 |
| Octal | 143 | 21 | 13 | 0 | 123 | 131 | 75 | 4 | 120 | 26 |
| Binary | 1100011 | 10001 | 1011 | 0 | 1010011 | 1011001 | 111101 | 100 | 1010000 | 10110 |
Color Harmonies of #63110B
Complementary color
Monochromatic Colors of #63110B
Black with #63110B
Text Example
Text Example
White with #63110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63110B; }
p { color: rgb(99,17,11); }
H1.HeaderClassName
{
color: #63110B;
}
.AnyTagClassName
{
color: #63110B;
}
</style>
background-color css
<style>
a { background-color: #63110B; }
a { background-color: rgb(99,17,11); }
div.DivClassName
{
background-color: #63110B;
}
.BgClassName
{
background-color: #63110B;
}
</style>
border-color css
<style>
span { border-color: #63110B; }
span { border-color: rgb(99,17,11); }
td.TdClassName
{
border-color: #63110B;
}
.TagClassName
{
border-color: #63110B;
}
</style>