Shades of Red Oxide #5A1104
Tints of Red Oxide #5A1104
RGB
CMYK
RGB Variations
Color information
#5A1104 (or 0x5A1104) is known color: Red Oxide. HEX triplet: 5A, 11 and 04. RGB value is (90,17,4). Sum of RGB (Red+Green+Blue) = 90+17+4=111 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.08% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1104 is #A5EEFB. Grayscale: #252525. Windows color (decimal): -10874620 or 266586. OLE color: 266586.
HSL color Cylindrical-coordinate representation of color #5A1104: hue angle of 9.07º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A1104 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 4 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.65 |
| HSL | 9.07º | 0.91% | 0.18% | - |
| HSV(B) | 9.07º | 0.96% | 0.35% | - |
| XYZ | 4.44 | 2.58 | 0.38 | - |
| YUV | 37.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 4 | 0 | 0.81 | 0.96 | 0.65 | 9.07 | 0.91 | 0.18 |
| Hex | 5A | 11 | 4 | 0 | 51 | 60 | 41 | 9 | 5B | 12 |
| Octal | 132 | 21 | 4 | 0 | 121 | 140 | 101 | 11 | 133 | 22 |
| Binary | 1011010 | 10001 | 100 | 0 | 1010001 | 1100000 | 1000001 | 1001 | 1011011 | 10010 |
Color Harmonies of #5A1104
Complementary color
Monochromatic Colors of #5A1104
Black with #5A1104
Text Example
Text Example
White with #5A1104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1104; }
p { color: rgb(90,17,4); }
H1.HeaderClassName
{
color: #5A1104;
}
.AnyTagClassName
{
color: #5A1104;
}
</style>
background-color css
<style>
a { background-color: #5A1104; }
a { background-color: rgb(90,17,4); }
div.DivClassName
{
background-color: #5A1104;
}
.BgClassName
{
background-color: #5A1104;
}
</style>
border-color css
<style>
span { border-color: #5A1104; }
span { border-color: rgb(90,17,4); }
td.TdClassName
{
border-color: #5A1104;
}
.TagClassName
{
border-color: #5A1104;
}
</style>