Shades of Red Oxide #5A1704
Tints of Red Oxide #5A1704
RGB
CMYK
RGB Variations
Color information
#5A1704 (or 0x5A1704) is known color: Red Oxide. HEX triplet: 5A, 17 and 04. RGB value is (90,23,4). Sum of RGB (Red+Green+Blue) = 90+23+4=117 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.92% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1704 is #A5E8FB. Grayscale: #292929. Windows color (decimal): -10873084 or 268122. OLE color: 268122.
HSL color Cylindrical-coordinate representation of color #5A1704: hue angle of 13.26º 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 #5A1704 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 23 | 4 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.65 |
| HSL | 13.26º | 0.91% | 0.18% | - |
| HSV(B) | 13.26º | 0.96% | 0.35% | - |
| XYZ | 4.54 | 2.8 | 0.41 | - |
| YUV | 40.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 4 | 0 | 0.74 | 0.96 | 0.65 | 13.26 | 0.91 | 0.18 |
| Hex | 5A | 17 | 4 | 0 | 4A | 60 | 41 | D | 5B | 12 |
| Octal | 132 | 27 | 4 | 0 | 112 | 140 | 101 | 15 | 133 | 22 |
| Binary | 1011010 | 10111 | 100 | 0 | 1001010 | 1100000 | 1000001 | 1101 | 1011011 | 10010 |
Color Harmonies of #5A1704
Complementary color
Monochromatic Colors of #5A1704
Black with #5A1704
Text Example
Text Example
White with #5A1704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1704; }
p { color: rgb(90,23,4); }
H1.HeaderClassName
{
color: #5A1704;
}
.AnyTagClassName
{
color: #5A1704;
}
</style>
background-color css
<style>
a { background-color: #5A1704; }
a { background-color: rgb(90,23,4); }
div.DivClassName
{
background-color: #5A1704;
}
.BgClassName
{
background-color: #5A1704;
}
</style>
border-color css
<style>
span { border-color: #5A1704; }
span { border-color: rgb(90,23,4); }
td.TdClassName
{
border-color: #5A1704;
}
.TagClassName
{
border-color: #5A1704;
}
</style>