Shades of Red Oxide #5A1A17
Tints of Red Oxide #5A1A17
RGB
CMYK
RGB Variations
Color information
#5A1A17 (or 0x5A1A17) is known color: Red Oxide. HEX triplet: 5A, 1A and 17. RGB value is (90,26,23). Sum of RGB (Red+Green+Blue) = 90+26+23=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1A17 is #A5E5E8. Grayscale: #2C2C2C. Windows color (decimal): -10872297 or 1514074. OLE color: 1514074.
HSL color Cylindrical-coordinate representation of color #5A1A17: hue angle of 2.69º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A1A17 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 26 | 23 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.65 |
| HSL | 2.69º | 0.59% | 0.22% | - |
| HSV(B) | 2.69º | 0.74% | 0.35% | - |
| XYZ | 4.74 | 2.97 | 1.13 | - |
| YUV | 44.79 | 115.7 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 23 | 0 | 0.71 | 0.74 | 0.65 | 2.69 | 0.59 | 0.22 |
| Hex | 5A | 1A | 17 | 0 | 47 | 4A | 41 | 3 | 3B | 16 |
| Octal | 132 | 32 | 27 | 0 | 107 | 112 | 101 | 3 | 73 | 26 |
| Binary | 1011010 | 11010 | 10111 | 0 | 1000111 | 1001010 | 1000001 | 11 | 111011 | 10110 |
Color Harmonies of #5A1A17
Complementary color
Monochromatic Colors of #5A1A17
Black with #5A1A17
Text Example
Text Example
White with #5A1A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1A17; }
p { color: rgb(90,26,23); }
H1.HeaderClassName
{
color: #5A1A17;
}
.AnyTagClassName
{
color: #5A1A17;
}
</style>
background-color css
<style>
a { background-color: #5A1A17; }
a { background-color: rgb(90,26,23); }
div.DivClassName
{
background-color: #5A1A17;
}
.BgClassName
{
background-color: #5A1A17;
}
</style>
border-color css
<style>
span { border-color: #5A1A17; }
span { border-color: rgb(90,26,23); }
td.TdClassName
{
border-color: #5A1A17;
}
.TagClassName
{
border-color: #5A1A17;
}
</style>