Shades of Red Oxide #611A16
Tints of Red Oxide #611A16
RGB
CMYK
RGB Variations
Color information
#611A16 (or 0x611A16) is known color: Red Oxide. HEX triplet: 61, 1A and 16. RGB value is (97,26,22). Sum of RGB (Red+Green+Blue) = 97+26+22=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #611A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A16 is #9EE5E9. Grayscale: #2E2E2E. Windows color (decimal): -10413546 or 1448545. OLE color: 1448545.
HSL color Cylindrical-coordinate representation of color #611A16: hue angle of 3.2º 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 #611A16 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 22 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.62 |
| HSL | 3.2º | 0.63% | 0.23% | - |
| HSV(B) | 3.2º | 0.77% | 0.38% | - |
| XYZ | 5.44 | 3.34 | 1.12 | - |
| YUV | 46.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 22 | 0 | 0.73 | 0.77 | 0.62 | 3.2 | 0.63 | 0.23 |
| Hex | 61 | 1A | 16 | 0 | 49 | 4D | 3E | 3 | 3F | 17 |
| Octal | 141 | 32 | 26 | 0 | 111 | 115 | 76 | 3 | 77 | 27 |
| Binary | 1100001 | 11010 | 10110 | 0 | 1001001 | 1001101 | 111110 | 11 | 111111 | 10111 |
Color Harmonies of #611A16
Complementary color
Monochromatic Colors of #611A16
Black with #611A16
Text Example
Text Example
White with #611A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A16; }
p { color: rgb(97,26,22); }
H1.HeaderClassName
{
color: #611A16;
}
.AnyTagClassName
{
color: #611A16;
}
</style>
background-color css
<style>
a { background-color: #611A16; }
a { background-color: rgb(97,26,22); }
div.DivClassName
{
background-color: #611A16;
}
.BgClassName
{
background-color: #611A16;
}
</style>
border-color css
<style>
span { border-color: #611A16; }
span { border-color: rgb(97,26,22); }
td.TdClassName
{
border-color: #611A16;
}
.TagClassName
{
border-color: #611A16;
}
</style>