Shades of Red Oxide #5A1809
Tints of Red Oxide #5A1809
RGB
CMYK
RGB Variations
Color information
#5A1809 (or 0x5A1809) is known color: Red Oxide. HEX triplet: 5A, 18 and 09. RGB value is (90,24,9). Sum of RGB (Red+Green+Blue) = 90+24+9=123 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.17% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1809 is #A5E7F6. Grayscale: #2A2A2A. Windows color (decimal): -10872823 or 596058. OLE color: 596058.
HSL color Cylindrical-coordinate representation of color #5A1809: hue angle of 11.11º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A1809 is Cyan = 0, Magento = 0.73, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 24 | 9 | - |
| CMYK | 0 | 0.73 | 0.9 | 0.65 |
| HSL | 11.11º | 0.82% | 0.19% | - |
| HSV(B) | 11.11º | 0.9% | 0.35% | - |
| XYZ | 4.59 | 2.85 | 0.57 | - |
| YUV | 42.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 9 | 0 | 0.73 | 0.9 | 0.65 | 11.11 | 0.82 | 0.19 |
| Hex | 5A | 18 | 9 | 0 | 49 | 5A | 41 | B | 52 | 13 |
| Octal | 132 | 30 | 11 | 0 | 111 | 132 | 101 | 13 | 122 | 23 |
| Binary | 1011010 | 11000 | 1001 | 0 | 1001001 | 1011010 | 1000001 | 1011 | 1010010 | 10011 |
Color Harmonies of #5A1809
Complementary color
Monochromatic Colors of #5A1809
Black with #5A1809
Text Example
Text Example
White with #5A1809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1809; }
p { color: rgb(90,24,9); }
H1.HeaderClassName
{
color: #5A1809;
}
.AnyTagClassName
{
color: #5A1809;
}
</style>
background-color css
<style>
a { background-color: #5A1809; }
a { background-color: rgb(90,24,9); }
div.DivClassName
{
background-color: #5A1809;
}
.BgClassName
{
background-color: #5A1809;
}
</style>
border-color css
<style>
span { border-color: #5A1809; }
span { border-color: rgb(90,24,9); }
td.TdClassName
{
border-color: #5A1809;
}
.TagClassName
{
border-color: #5A1809;
}
</style>