Shades of Sangria #8A080E
Tints of Sangria #8A080E
RGB
CMYK
RGB Variations
Color information
#8A080E (or 0x8A080E) is known color: Sangria. HEX triplet: 8A, 08 and 0E. RGB value is (138,8,14). Sum of RGB (Red+Green+Blue) = 138+8+14=160 (21% of max value = 765). Red value is 138 (54.30% from 255 or 86.25% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 138 - color contains mainly: red. Hex color #8A080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A080E is #75F7F1. Grayscale: #2F2F2F. Windows color (decimal): -7731186 or 919690. OLE color: 919690.
HSL color Cylindrical-coordinate representation of color #8A080E: hue angle of 357.23º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A080E is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 14 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.46 |
| HSL | 357.23º | 0.89% | 0.29% | - |
| HSV(B) | 357.23º | 0.94% | 0.54% | - |
| XYZ | 10.65 | 5.61 | 0.94 | - |
| YUV | 47.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 14 | 0 | 0.94 | 0.90 | 0.46 | 357.23 | 0.89 | 0.29 |
| Hex | 8A | 8 | E | 0 | 5E | 5A | 2E | 165 | 59 | 1D |
| Octal | 212 | 10 | 16 | 0 | 136 | 132 | 56 | 545 | 131 | 35 |
| Binary | 10001010 | 1000 | 1110 | 0 | 1011110 | 1011010 | 101110 | 101100101 | 1011001 | 11101 |
Color Harmonies of #8A080E
Complementary color
Monochromatic Colors of #8A080E
Black with #8A080E
Text Example
Text Example
White with #8A080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A080E; }
p { color: rgb(138,8,14); }
H1.HeaderClassName
{
color: #8A080E;
}
.AnyTagClassName
{
color: #8A080E;
}
</style>
background-color css
<style>
a { background-color: #8A080E; }
a { background-color: rgb(138,8,14); }
div.DivClassName
{
background-color: #8A080E;
}
.BgClassName
{
background-color: #8A080E;
}
</style>
border-color css
<style>
span { border-color: #8A080E; }
span { border-color: rgb(138,8,14); }
td.TdClassName
{
border-color: #8A080E;
}
.TagClassName
{
border-color: #8A080E;
}
</style>