Shades of Red Oxide #631510
Tints of Red Oxide #631510
RGB
CMYK
RGB Variations
Color information
#631510 (or 0x631510) is known color: Red Oxide. HEX triplet: 63, 15 and 10. RGB value is (99,21,16). Sum of RGB (Red+Green+Blue) = 99+21+16=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #631510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631510 is #9CEAEF. Grayscale: #2B2B2B. Windows color (decimal): -10283760 or 1054051. OLE color: 1054051.
HSL color Cylindrical-coordinate representation of color #631510: hue angle of 3.61º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631510 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 21 | 16 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.61 |
| HSL | 3.61º | 0.72% | 0.23% | - |
| HSV(B) | 3.61º | 0.84% | 0.39% | - |
| XYZ | 5.51 | 3.23 | 0.82 | - |
| YUV | 43.75 | 112.34 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 16 | 0 | 0.79 | 0.84 | 0.61 | 3.61 | 0.72 | 0.23 |
| Hex | 63 | 15 | 10 | 0 | 4F | 54 | 3D | 4 | 48 | 17 |
| Octal | 143 | 25 | 20 | 0 | 117 | 124 | 75 | 4 | 110 | 27 |
| Binary | 1100011 | 10101 | 10000 | 0 | 1001111 | 1010100 | 111101 | 100 | 1001000 | 10111 |
Color Harmonies of #631510
Complementary color
Monochromatic Colors of #631510
Black with #631510
Text Example
Text Example
White with #631510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631510; }
p { color: rgb(99,21,16); }
H1.HeaderClassName
{
color: #631510;
}
.AnyTagClassName
{
color: #631510;
}
</style>
background-color css
<style>
a { background-color: #631510; }
a { background-color: rgb(99,21,16); }
div.DivClassName
{
background-color: #631510;
}
.BgClassName
{
background-color: #631510;
}
</style>
border-color css
<style>
span { border-color: #631510; }
span { border-color: rgb(99,21,16); }
td.TdClassName
{
border-color: #631510;
}
.TagClassName
{
border-color: #631510;
}
</style>