Shades of Red Oxide #631919
Tints of Red Oxide #631919
RGB
CMYK
RGB Variations
Color information
#631919 (or 0x631919) is known color: Red Oxide. HEX triplet: 63, 19 and 19. RGB value is (99,25,25). Sum of RGB (Red+Green+Blue) = 99+25+25=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #631919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631919 is #9CE6E6. Grayscale: #2F2F2F. Windows color (decimal): -10282727 or 1644899. OLE color: 1644899.
HSL color Cylindrical-coordinate representation of color #631919: hue angle of 0º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631919 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 25 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.61 |
| HSL | 0º | 0.6% | 0.24% | - |
| HSV(B) | 0º | 0.75% | 0.39% | - |
| XYZ | 5.67 | 3.42 | 1.28 | - |
| YUV | 47.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 25 | 0 | 0.75 | 0.75 | 0.61 | 0 | 0.6 | 0.24 |
| Hex | 63 | 19 | 19 | 0 | 4B | 4B | 3D | 0 | 3C | 18 |
| Octal | 143 | 31 | 31 | 0 | 113 | 113 | 75 | 0 | 74 | 30 |
| Binary | 1100011 | 11001 | 11001 | 0 | 1001011 | 1001011 | 111101 | 0 | 111100 | 11000 |
Color Harmonies of #631919
Complementary color
Monochromatic Colors of #631919
Black with #631919
Text Example
Text Example
White with #631919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631919; }
p { color: rgb(99,25,25); }
H1.HeaderClassName
{
color: #631919;
}
.AnyTagClassName
{
color: #631919;
}
</style>
background-color css
<style>
a { background-color: #631919; }
a { background-color: rgb(99,25,25); }
div.DivClassName
{
background-color: #631919;
}
.BgClassName
{
background-color: #631919;
}
</style>
border-color css
<style>
span { border-color: #631919; }
span { border-color: rgb(99,25,25); }
td.TdClassName
{
border-color: #631919;
}
.TagClassName
{
border-color: #631919;
}
</style>