Shades of Red Oxide #63140B
Tints of Red Oxide #63140B
RGB
CMYK
RGB Variations
Color information
#63140B (or 0x63140B) is known color: Red Oxide. HEX triplet: 63, 14 and 0B. RGB value is (99,20,11). Sum of RGB (Red+Green+Blue) = 99+20+11=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #63140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63140B is #9CEBF4. Grayscale: #2A2A2A. Windows color (decimal): -10284021 or 726115. OLE color: 726115.
HSL color Cylindrical-coordinate representation of color #63140B: hue angle of 6.14º 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 #63140B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 20 | 11 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.61 |
| HSL | 6.14º | 0.8% | 0.22% | - |
| HSV(B) | 6.14º | 0.89% | 0.39% | - |
| XYZ | 5.46 | 3.18 | 0.64 | - |
| YUV | 42.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 11 | 0 | 0.80 | 0.89 | 0.61 | 6.14 | 0.8 | 0.22 |
| Hex | 63 | 14 | B | 0 | 50 | 59 | 3D | 6 | 50 | 16 |
| Octal | 143 | 24 | 13 | 0 | 120 | 131 | 75 | 6 | 120 | 26 |
| Binary | 1100011 | 10100 | 1011 | 0 | 1010000 | 1011001 | 111101 | 110 | 1010000 | 10110 |
Color Harmonies of #63140B
Complementary color
Monochromatic Colors of #63140B
Black with #63140B
Text Example
Text Example
White with #63140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63140B; }
p { color: rgb(99,20,11); }
H1.HeaderClassName
{
color: #63140B;
}
.AnyTagClassName
{
color: #63140B;
}
</style>
background-color css
<style>
a { background-color: #63140B; }
a { background-color: rgb(99,20,11); }
div.DivClassName
{
background-color: #63140B;
}
.BgClassName
{
background-color: #63140B;
}
</style>
border-color css
<style>
span { border-color: #63140B; }
span { border-color: rgb(99,20,11); }
td.TdClassName
{
border-color: #63140B;
}
.TagClassName
{
border-color: #63140B;
}
</style>