Shades of Red Oxide #63190B
Tints of Red Oxide #63190B
RGB
CMYK
RGB Variations
Color information
#63190B (or 0x63190B) is known color: Red Oxide. HEX triplet: 63, 19 and 0B. RGB value is (99,25,11). Sum of RGB (Red+Green+Blue) = 99+25+11=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #63190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63190B is #9CE6F4. Grayscale: #2D2D2D. Windows color (decimal): -10282741 or 727395. OLE color: 727395.
HSL color Cylindrical-coordinate representation of color #63190B: hue angle of 9.55º 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 #63190B is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 11 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.61 |
| HSL | 9.55º | 0.8% | 0.22% | - |
| HSV(B) | 9.55º | 0.89% | 0.39% | - |
| XYZ | 5.55 | 3.37 | 0.67 | - |
| YUV | 45.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 11 | 0 | 0.75 | 0.89 | 0.61 | 9.55 | 0.8 | 0.22 |
| Hex | 63 | 19 | B | 0 | 4B | 59 | 3D | A | 50 | 16 |
| Octal | 143 | 31 | 13 | 0 | 113 | 131 | 75 | 12 | 120 | 26 |
| Binary | 1100011 | 11001 | 1011 | 0 | 1001011 | 1011001 | 111101 | 1010 | 1010000 | 10110 |
Color Harmonies of #63190B
Complementary color
Monochromatic Colors of #63190B
Black with #63190B
Text Example
Text Example
White with #63190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63190B; }
p { color: rgb(99,25,11); }
H1.HeaderClassName
{
color: #63190B;
}
.AnyTagClassName
{
color: #63190B;
}
</style>
background-color css
<style>
a { background-color: #63190B; }
a { background-color: rgb(99,25,11); }
div.DivClassName
{
background-color: #63190B;
}
.BgClassName
{
background-color: #63190B;
}
</style>
border-color css
<style>
span { border-color: #63190B; }
span { border-color: rgb(99,25,11); }
td.TdClassName
{
border-color: #63190B;
}
.TagClassName
{
border-color: #63190B;
}
</style>