Shades of Red Oxide #5A1007
Tints of Red Oxide #5A1007
RGB
CMYK
RGB Variations
Color information
#5A1007 (or 0x5A1007) is known color: Red Oxide. HEX triplet: 5A, 10 and 07. RGB value is (90,16,7). Sum of RGB (Red+Green+Blue) = 90+16+7=113 (14% of max value = 765). Red value is 90 (35.55% from 255 or 79.65% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1007 is #A5EFF8. Grayscale: #252525. Windows color (decimal): -10874873 or 462938. OLE color: 462938.
HSL color Cylindrical-coordinate representation of color #5A1007: hue angle of 6.51º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A1007 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 16 | 7 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.65 |
| HSL | 6.51º | 0.86% | 0.19% | - |
| HSV(B) | 6.51º | 0.92% | 0.35% | - |
| XYZ | 4.44 | 2.56 | 0.46 | - |
| YUV | 37.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 7 | 0 | 0.82 | 0.92 | 0.65 | 6.51 | 0.86 | 0.19 |
| Hex | 5A | 10 | 7 | 0 | 52 | 5C | 41 | 7 | 56 | 13 |
| Octal | 132 | 20 | 7 | 0 | 122 | 134 | 101 | 7 | 126 | 23 |
| Binary | 1011010 | 10000 | 111 | 0 | 1010010 | 1011100 | 1000001 | 111 | 1010110 | 10011 |
Color Harmonies of #5A1007
Complementary color
Monochromatic Colors of #5A1007
Black with #5A1007
Text Example
Text Example
White with #5A1007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1007; }
p { color: rgb(90,16,7); }
H1.HeaderClassName
{
color: #5A1007;
}
.AnyTagClassName
{
color: #5A1007;
}
</style>
background-color css
<style>
a { background-color: #5A1007; }
a { background-color: rgb(90,16,7); }
div.DivClassName
{
background-color: #5A1007;
}
.BgClassName
{
background-color: #5A1007;
}
</style>
border-color css
<style>
span { border-color: #5A1007; }
span { border-color: rgb(90,16,7); }
td.TdClassName
{
border-color: #5A1007;
}
.TagClassName
{
border-color: #5A1007;
}
</style>