Shades of Red Oxide #5A1708
Tints of Red Oxide #5A1708
RGB
CMYK
RGB Variations
Color information
#5A1708 (or 0x5A1708) is known color: Red Oxide. HEX triplet: 5A, 17 and 08. RGB value is (90,23,8). Sum of RGB (Red+Green+Blue) = 90+23+8=121 (16% of max value = 765). Red value is 90 (35.55% from 255 or 74.38% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1708 is #A5E8F7. Grayscale: #292929. Windows color (decimal): -10873080 or 530266. OLE color: 530266.
HSL color Cylindrical-coordinate representation of color #5A1708: hue angle of 10.98º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A1708 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 23 | 8 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.65 |
| HSL | 10.98º | 0.84% | 0.19% | - |
| HSV(B) | 10.98º | 0.91% | 0.35% | - |
| XYZ | 4.57 | 2.8 | 0.53 | - |
| YUV | 41.32 | 109.2 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 8 | 0 | 0.74 | 0.91 | 0.65 | 10.98 | 0.84 | 0.19 |
| Hex | 5A | 17 | 8 | 0 | 4A | 5B | 41 | B | 54 | 13 |
| Octal | 132 | 27 | 10 | 0 | 112 | 133 | 101 | 13 | 124 | 23 |
| Binary | 1011010 | 10111 | 1000 | 0 | 1001010 | 1011011 | 1000001 | 1011 | 1010100 | 10011 |
Color Harmonies of #5A1708
Complementary color
Monochromatic Colors of #5A1708
Black with #5A1708
Text Example
Text Example
White with #5A1708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1708; }
p { color: rgb(90,23,8); }
H1.HeaderClassName
{
color: #5A1708;
}
.AnyTagClassName
{
color: #5A1708;
}
</style>
background-color css
<style>
a { background-color: #5A1708; }
a { background-color: rgb(90,23,8); }
div.DivClassName
{
background-color: #5A1708;
}
.BgClassName
{
background-color: #5A1708;
}
</style>
border-color css
<style>
span { border-color: #5A1708; }
span { border-color: rgb(90,23,8); }
td.TdClassName
{
border-color: #5A1708;
}
.TagClassName
{
border-color: #5A1708;
}
</style>