Shades of Red Oxide #611D16
Tints of Red Oxide #611D16
RGB
CMYK
RGB Variations
Color information
#611D16 (or 0x611D16) is known color: Red Oxide. HEX triplet: 61, 1D and 16. RGB value is (97,29,22). Sum of RGB (Red+Green+Blue) = 97+29+22=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #611D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611D16 is #9EE2E9. Grayscale: #303030. Windows color (decimal): -10412778 or 1449313. OLE color: 1449313.
HSL color Cylindrical-coordinate representation of color #611D16: hue angle of 5.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611D16 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 22 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.62 |
| HSL | 5.6º | 0.63% | 0.23% | - |
| HSV(B) | 5.6º | 0.77% | 0.38% | - |
| XYZ | 5.51 | 3.48 | 1.14 | - |
| YUV | 48.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 22 | 0 | 0.70 | 0.77 | 0.62 | 5.6 | 0.63 | 0.23 |
| Hex | 61 | 1D | 16 | 0 | 46 | 4D | 3E | 6 | 3F | 17 |
| Octal | 141 | 35 | 26 | 0 | 106 | 115 | 76 | 6 | 77 | 27 |
| Binary | 1100001 | 11101 | 10110 | 0 | 1000110 | 1001101 | 111110 | 110 | 111111 | 10111 |
Color Harmonies of #611D16
Complementary color
Monochromatic Colors of #611D16
Black with #611D16
Text Example
Text Example
White with #611D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D16; }
p { color: rgb(97,29,22); }
H1.HeaderClassName
{
color: #611D16;
}
.AnyTagClassName
{
color: #611D16;
}
</style>
background-color css
<style>
a { background-color: #611D16; }
a { background-color: rgb(97,29,22); }
div.DivClassName
{
background-color: #611D16;
}
.BgClassName
{
background-color: #611D16;
}
</style>
border-color css
<style>
span { border-color: #611D16; }
span { border-color: rgb(97,29,22); }
td.TdClassName
{
border-color: #611D16;
}
.TagClassName
{
border-color: #611D16;
}
</style>