Shades of Red Oxide #5A1713
Tints of Red Oxide #5A1713
RGB
CMYK
RGB Variations
Color information
#5A1713 (or 0x5A1713) is known color: Red Oxide. HEX triplet: 5A, 17 and 13. RGB value is (90,23,19). Sum of RGB (Red+Green+Blue) = 90+23+19=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1713 is #A5E8EC. Grayscale: #2A2A2A. Windows color (decimal): -10873069 or 1251162. OLE color: 1251162.
HSL color Cylindrical-coordinate representation of color #5A1713: hue angle of 3.38º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1713 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 23 | 19 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.65 |
| HSL | 3.38º | 0.65% | 0.21% | - |
| HSV(B) | 3.38º | 0.79% | 0.35% | - |
| XYZ | 4.64 | 2.83 | 0.92 | - |
| YUV | 42.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 19 | 0 | 0.74 | 0.79 | 0.65 | 3.38 | 0.65 | 0.21 |
| Hex | 5A | 17 | 13 | 0 | 4A | 4F | 41 | 3 | 41 | 15 |
| Octal | 132 | 27 | 23 | 0 | 112 | 117 | 101 | 3 | 101 | 25 |
| Binary | 1011010 | 10111 | 10011 | 0 | 1001010 | 1001111 | 1000001 | 11 | 1000001 | 10101 |
Color Harmonies of #5A1713
Complementary color
Monochromatic Colors of #5A1713
Black with #5A1713
Text Example
Text Example
White with #5A1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1713; }
p { color: rgb(90,23,19); }
H1.HeaderClassName
{
color: #5A1713;
}
.AnyTagClassName
{
color: #5A1713;
}
</style>
background-color css
<style>
a { background-color: #5A1713; }
a { background-color: rgb(90,23,19); }
div.DivClassName
{
background-color: #5A1713;
}
.BgClassName
{
background-color: #5A1713;
}
</style>
border-color css
<style>
span { border-color: #5A1713; }
span { border-color: rgb(90,23,19); }
td.TdClassName
{
border-color: #5A1713;
}
.TagClassName
{
border-color: #5A1713;
}
</style>