Shades of Red Oxide #5A0807
Tints of Red Oxide #5A0807
RGB
CMYK
RGB Variations
Color information
#5A0807 (or 0x5A0807) is known color: Red Oxide. HEX triplet: 5A, 08 and 07. RGB value is (90,8,7). Sum of RGB (Red+Green+Blue) = 90+8+7=105 (13% of max value = 765). Red value is 90 (35.55% from 255 or 85.71% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0807 is #A5F7F8. Grayscale: #202020. Windows color (decimal): -10876921 or 460890. OLE color: 460890.
HSL color Cylindrical-coordinate representation of color #5A0807: hue angle of 0.72º 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 #5A0807 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 7 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.65 |
| HSL | 0.72º | 0.86% | 0.19% | - |
| HSV(B) | 0.72º | 0.92% | 0.35% | - |
| XYZ | 4.34 | 2.36 | 0.43 | - |
| YUV | 32.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 7 | 0 | 0.91 | 0.92 | 0.65 | 0.72 | 0.86 | 0.19 |
| Hex | 5A | 8 | 7 | 0 | 5B | 5C | 41 | 1 | 56 | 13 |
| Octal | 132 | 10 | 7 | 0 | 133 | 134 | 101 | 1 | 126 | 23 |
| Binary | 1011010 | 1000 | 111 | 0 | 1011011 | 1011100 | 1000001 | 1 | 1010110 | 10011 |
Color Harmonies of #5A0807
Complementary color
Monochromatic Colors of #5A0807
Black with #5A0807
Text Example
Text Example
White with #5A0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0807; }
p { color: rgb(90,8,7); }
H1.HeaderClassName
{
color: #5A0807;
}
.AnyTagClassName
{
color: #5A0807;
}
</style>
background-color css
<style>
a { background-color: #5A0807; }
a { background-color: rgb(90,8,7); }
div.DivClassName
{
background-color: #5A0807;
}
.BgClassName
{
background-color: #5A0807;
}
</style>
border-color css
<style>
span { border-color: #5A0807; }
span { border-color: rgb(90,8,7); }
td.TdClassName
{
border-color: #5A0807;
}
.TagClassName
{
border-color: #5A0807;
}
</style>