Shades of Red Oxide #611511
Tints of Red Oxide #611511
RGB
CMYK
RGB Variations
Color information
#611511 (or 0x611511) is known color: Red Oxide. HEX triplet: 61, 15 and 11. RGB value is (97,21,17). Sum of RGB (Red+Green+Blue) = 97+21+17=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #611511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611511 is #9EEAEE. Grayscale: #2B2B2B. Windows color (decimal): -10414831 or 1119585. OLE color: 1119585.
HSL color Cylindrical-coordinate representation of color #611511: hue angle of 3º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611511 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 21 | 17 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.62 |
| HSL | 3º | 0.7% | 0.22% | - |
| HSV(B) | 3º | 0.82% | 0.38% | - |
| XYZ | 5.3 | 3.12 | 0.85 | - |
| YUV | 43.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 21 | 17 | 0 | 0.78 | 0.82 | 0.62 | 3 | 0.7 | 0.22 |
| Hex | 61 | 15 | 11 | 0 | 4E | 52 | 3E | 3 | 46 | 16 |
| Octal | 141 | 25 | 21 | 0 | 116 | 122 | 76 | 3 | 106 | 26 |
| Binary | 1100001 | 10101 | 10001 | 0 | 1001110 | 1010010 | 111110 | 11 | 1000110 | 10110 |
Color Harmonies of #611511
Complementary color
Monochromatic Colors of #611511
Black with #611511
Text Example
Text Example
White with #611511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611511; }
p { color: rgb(97,21,17); }
H1.HeaderClassName
{
color: #611511;
}
.AnyTagClassName
{
color: #611511;
}
</style>
background-color css
<style>
a { background-color: #611511; }
a { background-color: rgb(97,21,17); }
div.DivClassName
{
background-color: #611511;
}
.BgClassName
{
background-color: #611511;
}
</style>
border-color css
<style>
span { border-color: #611511; }
span { border-color: rgb(97,21,17); }
td.TdClassName
{
border-color: #611511;
}
.TagClassName
{
border-color: #611511;
}
</style>