Shades of Red Oxide #63190F
Tints of Red Oxide #63190F
RGB
CMYK
RGB Variations
Color information
#63190F (or 0x63190F) is known color: Red Oxide. HEX triplet: 63, 19 and 0F. RGB value is (99,25,15). Sum of RGB (Red+Green+Blue) = 99+25+15=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #63190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63190F is #9CE6F0. Grayscale: #2E2E2E. Windows color (decimal): -10282737 or 989539. OLE color: 989539.
HSL color Cylindrical-coordinate representation of color #63190F: hue angle of 7.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63190F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 15 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.61 |
| HSL | 7.14º | 0.74% | 0.22% | - |
| HSV(B) | 7.14º | 0.85% | 0.39% | - |
| XYZ | 5.58 | 3.38 | 0.81 | - |
| YUV | 45.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 15 | 0 | 0.75 | 0.85 | 0.61 | 7.14 | 0.74 | 0.22 |
| Hex | 63 | 19 | F | 0 | 4B | 55 | 3D | 7 | 4A | 16 |
| Octal | 143 | 31 | 17 | 0 | 113 | 125 | 75 | 7 | 112 | 26 |
| Binary | 1100011 | 11001 | 1111 | 0 | 1001011 | 1010101 | 111101 | 111 | 1001010 | 10110 |
Color Harmonies of #63190F
Complementary color
Monochromatic Colors of #63190F
Black with #63190F
Text Example
Text Example
White with #63190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63190F; }
p { color: rgb(99,25,15); }
H1.HeaderClassName
{
color: #63190F;
}
.AnyTagClassName
{
color: #63190F;
}
</style>
background-color css
<style>
a { background-color: #63190F; }
a { background-color: rgb(99,25,15); }
div.DivClassName
{
background-color: #63190F;
}
.BgClassName
{
background-color: #63190F;
}
</style>
border-color css
<style>
span { border-color: #63190F; }
span { border-color: rgb(99,25,15); }
td.TdClassName
{
border-color: #63190F;
}
.TagClassName
{
border-color: #63190F;
}
</style>