Shades of Red Oxide #5A1E19
Tints of Red Oxide #5A1E19
RGB
CMYK
RGB Variations
Color information
#5A1E19 (or 0x5A1E19) is known color: Red Oxide. HEX triplet: 5A, 1E and 19. RGB value is (90,30,25). Sum of RGB (Red+Green+Blue) = 90+30+25=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1E19 is #A5E1E6. Grayscale: #2F2F2F. Windows color (decimal): -10871271 or 1646170. OLE color: 1646170.
HSL color Cylindrical-coordinate representation of color #5A1E19: hue angle of 4.62º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A1E19 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 30 | 25 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.65 |
| HSL | 4.62º | 0.57% | 0.23% | - |
| HSV(B) | 4.62º | 0.72% | 0.35% | - |
| XYZ | 4.86 | 3.17 | 1.28 | - |
| YUV | 47.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 25 | 0 | 0.67 | 0.72 | 0.65 | 4.62 | 0.57 | 0.23 |
| Hex | 5A | 1E | 19 | 0 | 43 | 48 | 41 | 5 | 39 | 17 |
| Octal | 132 | 36 | 31 | 0 | 103 | 110 | 101 | 5 | 71 | 27 |
| Binary | 1011010 | 11110 | 11001 | 0 | 1000011 | 1001000 | 1000001 | 101 | 111001 | 10111 |
Color Harmonies of #5A1E19
Complementary color
Monochromatic Colors of #5A1E19
Black with #5A1E19
Text Example
Text Example
White with #5A1E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E19; }
p { color: rgb(90,30,25); }
H1.HeaderClassName
{
color: #5A1E19;
}
.AnyTagClassName
{
color: #5A1E19;
}
</style>
background-color css
<style>
a { background-color: #5A1E19; }
a { background-color: rgb(90,30,25); }
div.DivClassName
{
background-color: #5A1E19;
}
.BgClassName
{
background-color: #5A1E19;
}
</style>
border-color css
<style>
span { border-color: #5A1E19; }
span { border-color: rgb(90,30,25); }
td.TdClassName
{
border-color: #5A1E19;
}
.TagClassName
{
border-color: #5A1E19;
}
</style>