Shades of Red Oxide #631101
Tints of Red Oxide #631101
RGB
CMYK
RGB Variations
Color information
#631101 (or 0x631101) is known color: Red Oxide. HEX triplet: 63, 11 and 01. RGB value is (99,17,1). Sum of RGB (Red+Green+Blue) = 99+17+1=117 (15% of max value = 765). Red value is 99 (39.06% from 255 or 84.62% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 99 - color contains mainly: red. Hex color #631101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631101 is #9CEEFE. Grayscale: #272727. Windows color (decimal): -10284799 or 69987. OLE color: 69987.
HSL color Cylindrical-coordinate representation of color #631101: hue angle of 9.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #631101 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.61 |
| HSL | 9.8º | 0.98% | 0.2% | - |
| HSV(B) | 9.8º | 0.99% | 0.39% | - |
| XYZ | 5.35 | 3.06 | 0.34 | - |
| YUV | 39.69 | 106.17 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 1 | 0 | 0.83 | 0.99 | 0.61 | 9.8 | 0.98 | 0.2 |
| Hex | 63 | 11 | 1 | 0 | 53 | 63 | 3D | A | 62 | 14 |
| Octal | 143 | 21 | 1 | 0 | 123 | 143 | 75 | 12 | 142 | 24 |
| Binary | 1100011 | 10001 | 1 | 0 | 1010011 | 1100011 | 111101 | 1010 | 1100010 | 10100 |
Color Harmonies of #631101
Complementary color
Monochromatic Colors of #631101
Black with #631101
Text Example
Text Example
White with #631101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631101; }
p { color: rgb(99,17,1); }
H1.HeaderClassName
{
color: #631101;
}
.AnyTagClassName
{
color: #631101;
}
</style>
background-color css
<style>
a { background-color: #631101; }
a { background-color: rgb(99,17,1); }
div.DivClassName
{
background-color: #631101;
}
.BgClassName
{
background-color: #631101;
}
</style>
border-color css
<style>
span { border-color: #631101; }
span { border-color: rgb(99,17,1); }
td.TdClassName
{
border-color: #631101;
}
.TagClassName
{
border-color: #631101;
}
</style>