Shades of Red Oxide #5A1611
Tints of Red Oxide #5A1611
RGB
CMYK
RGB Variations
Color information
#5A1611 (or 0x5A1611) is known color: Red Oxide. HEX triplet: 5A, 16 and 11. RGB value is (90,22,17). Sum of RGB (Red+Green+Blue) = 90+22+17=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1611 is #A5E9EE. Grayscale: #292929. Windows color (decimal): -10873327 or 1119834. OLE color: 1119834.
HSL color Cylindrical-coordinate representation of color #5A1611: hue angle of 4.11º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1611 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 17 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.65 |
| HSL | 4.11º | 0.68% | 0.21% | - |
| HSV(B) | 4.11º | 0.81% | 0.35% | - |
| XYZ | 4.6 | 2.79 | 0.83 | - |
| YUV | 41.76 | 114.03 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 17 | 0 | 0.76 | 0.81 | 0.65 | 4.11 | 0.68 | 0.21 |
| Hex | 5A | 16 | 11 | 0 | 4C | 51 | 41 | 4 | 44 | 15 |
| Octal | 132 | 26 | 21 | 0 | 114 | 121 | 101 | 4 | 104 | 25 |
| Binary | 1011010 | 10110 | 10001 | 0 | 1001100 | 1010001 | 1000001 | 100 | 1000100 | 10101 |
Color Harmonies of #5A1611
Complementary color
Monochromatic Colors of #5A1611
Black with #5A1611
Text Example
Text Example
White with #5A1611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1611; }
p { color: rgb(90,22,17); }
H1.HeaderClassName
{
color: #5A1611;
}
.AnyTagClassName
{
color: #5A1611;
}
</style>
background-color css
<style>
a { background-color: #5A1611; }
a { background-color: rgb(90,22,17); }
div.DivClassName
{
background-color: #5A1611;
}
.BgClassName
{
background-color: #5A1611;
}
</style>
border-color css
<style>
span { border-color: #5A1611; }
span { border-color: rgb(90,22,17); }
td.TdClassName
{
border-color: #5A1611;
}
.TagClassName
{
border-color: #5A1611;
}
</style>