Shades of Red Oxide #5A1716
Tints of Red Oxide #5A1716
RGB
CMYK
RGB Variations
Color information
#5A1716 (or 0x5A1716) is known color: Red Oxide. HEX triplet: 5A, 17 and 16. RGB value is (90,23,22). Sum of RGB (Red+Green+Blue) = 90+23+22=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1716 is #A5E8E9. Grayscale: #2A2A2A. Windows color (decimal): -10873066 or 1447770. OLE color: 1447770.
HSL color Cylindrical-coordinate representation of color #5A1716: hue angle of 0.88º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A1716 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 23 | 22 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.65 |
| HSL | 0.88º | 0.61% | 0.22% | - |
| HSV(B) | 0.88º | 0.76% | 0.35% | - |
| XYZ | 4.67 | 2.84 | 1.06 | - |
| YUV | 42.92 | 116.2 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 22 | 0 | 0.74 | 0.76 | 0.65 | 0.88 | 0.61 | 0.22 |
| Hex | 5A | 17 | 16 | 0 | 4A | 4C | 41 | 1 | 3D | 16 |
| Octal | 132 | 27 | 26 | 0 | 112 | 114 | 101 | 1 | 75 | 26 |
| Binary | 1011010 | 10111 | 10110 | 0 | 1001010 | 1001100 | 1000001 | 1 | 111101 | 10110 |
Color Harmonies of #5A1716
Complementary color
Monochromatic Colors of #5A1716
Black with #5A1716
Text Example
Text Example
White with #5A1716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1716; }
p { color: rgb(90,23,22); }
H1.HeaderClassName
{
color: #5A1716;
}
.AnyTagClassName
{
color: #5A1716;
}
</style>
background-color css
<style>
a { background-color: #5A1716; }
a { background-color: rgb(90,23,22); }
div.DivClassName
{
background-color: #5A1716;
}
.BgClassName
{
background-color: #5A1716;
}
</style>
border-color css
<style>
span { border-color: #5A1716; }
span { border-color: rgb(90,23,22); }
td.TdClassName
{
border-color: #5A1716;
}
.TagClassName
{
border-color: #5A1716;
}
</style>