Shades of Red Oxide #63190D
Tints of Red Oxide #63190D
RGB
CMYK
RGB Variations
Color information
#63190D (or 0x63190D) is known color: Red Oxide. HEX triplet: 63, 19 and 0D. RGB value is (99,25,13). Sum of RGB (Red+Green+Blue) = 99+25+13=137 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.26% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 99 - color contains mainly: red. Hex color #63190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63190D is #9CE6F2. Grayscale: #2D2D2D. Windows color (decimal): -10282739 or 858467. OLE color: 858467.
HSL color Cylindrical-coordinate representation of color #63190D: hue angle of 8.37º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63190D is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 13 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.61 |
| HSL | 8.37º | 0.77% | 0.22% | - |
| HSV(B) | 8.37º | 0.87% | 0.39% | - |
| XYZ | 5.57 | 3.38 | 0.74 | - |
| YUV | 45.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 13 | 0 | 0.75 | 0.87 | 0.61 | 8.37 | 0.77 | 0.22 |
| Hex | 63 | 19 | D | 0 | 4B | 57 | 3D | 8 | 4D | 16 |
| Octal | 143 | 31 | 15 | 0 | 113 | 127 | 75 | 10 | 115 | 26 |
| Binary | 1100011 | 11001 | 1101 | 0 | 1001011 | 1010111 | 111101 | 1000 | 1001101 | 10110 |
Color Harmonies of #63190D
Complementary color
Monochromatic Colors of #63190D
Black with #63190D
Text Example
Text Example
White with #63190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63190D; }
p { color: rgb(99,25,13); }
H1.HeaderClassName
{
color: #63190D;
}
.AnyTagClassName
{
color: #63190D;
}
</style>
background-color css
<style>
a { background-color: #63190D; }
a { background-color: rgb(99,25,13); }
div.DivClassName
{
background-color: #63190D;
}
.BgClassName
{
background-color: #63190D;
}
</style>
border-color css
<style>
span { border-color: #63190D; }
span { border-color: rgb(99,25,13); }
td.TdClassName
{
border-color: #63190D;
}
.TagClassName
{
border-color: #63190D;
}
</style>