Shades of Red Oxide #631205
Tints of Red Oxide #631205
RGB
CMYK
RGB Variations
Color information
#631205 (or 0x631205) is known color: Red Oxide. HEX triplet: 63, 12 and 05. RGB value is (99,18,5). Sum of RGB (Red+Green+Blue) = 99+18+5=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #631205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631205 is #9CEDFA. Grayscale: #282828. Windows color (decimal): -10284539 or 332387. OLE color: 332387.
HSL color Cylindrical-coordinate representation of color #631205: hue angle of 8.3º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #631205 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 18 | 5 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.61 |
| HSL | 8.3º | 0.9% | 0.2% | - |
| HSV(B) | 8.3º | 0.95% | 0.39% | - |
| XYZ | 5.39 | 3.1 | 0.46 | - |
| YUV | 40.74 | 107.84 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 5 | 0 | 0.82 | 0.95 | 0.61 | 8.3 | 0.9 | 0.2 |
| Hex | 63 | 12 | 5 | 0 | 52 | 5F | 3D | 8 | 5A | 14 |
| Octal | 143 | 22 | 5 | 0 | 122 | 137 | 75 | 10 | 132 | 24 |
| Binary | 1100011 | 10010 | 101 | 0 | 1010010 | 1011111 | 111101 | 1000 | 1011010 | 10100 |
Color Harmonies of #631205
Complementary color
Monochromatic Colors of #631205
Black with #631205
Text Example
Text Example
White with #631205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631205; }
p { color: rgb(99,18,5); }
H1.HeaderClassName
{
color: #631205;
}
.AnyTagClassName
{
color: #631205;
}
</style>
background-color css
<style>
a { background-color: #631205; }
a { background-color: rgb(99,18,5); }
div.DivClassName
{
background-color: #631205;
}
.BgClassName
{
background-color: #631205;
}
</style>
border-color css
<style>
span { border-color: #631205; }
span { border-color: rgb(99,18,5); }
td.TdClassName
{
border-color: #631205;
}
.TagClassName
{
border-color: #631205;
}
</style>