Shades of Sangria #8A0711
Tints of Sangria #8A0711
RGB
CMYK
RGB Variations
Color information
#8A0711 (or 0x8A0711) is known color: Sangria. HEX triplet: 8A, 07 and 11. RGB value is (138,7,17). Sum of RGB (Red+Green+Blue) = 138+7+17=162 (21% of max value = 765). Red value is 138 (54.30% from 255 or 85.19% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0711 is #75F8EE. Grayscale: #2F2F2F. Windows color (decimal): -7731439 or 1116042. OLE color: 1116042.
HSL color Cylindrical-coordinate representation of color #8A0711: hue angle of 355.42º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0711 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 7 | 17 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.46 |
| HSL | 355.42º | 0.9% | 0.28% | - |
| HSV(B) | 355.42º | 0.95% | 0.54% | - |
| XYZ | 10.66 | 5.6 | 1.05 | - |
| YUV | 47.31 | 110.9 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 17 | 0 | 0.95 | 0.88 | 0.46 | 355.42 | 0.9 | 0.28 |
| Hex | 8A | 7 | 11 | 0 | 5F | 58 | 2E | 163 | 5A | 1C |
| Octal | 212 | 7 | 21 | 0 | 137 | 130 | 56 | 543 | 132 | 34 |
| Binary | 10001010 | 111 | 10001 | 0 | 1011111 | 1011000 | 101110 | 101100011 | 1011010 | 11100 |
Color Harmonies of #8A0711
Complementary color
Monochromatic Colors of #8A0711
Black with #8A0711
Text Example
Text Example
White with #8A0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0711; }
p { color: rgb(138,7,17); }
H1.HeaderClassName
{
color: #8A0711;
}
.AnyTagClassName
{
color: #8A0711;
}
</style>
background-color css
<style>
a { background-color: #8A0711; }
a { background-color: rgb(138,7,17); }
div.DivClassName
{
background-color: #8A0711;
}
.BgClassName
{
background-color: #8A0711;
}
</style>
border-color css
<style>
span { border-color: #8A0711; }
span { border-color: rgb(138,7,17); }
td.TdClassName
{
border-color: #8A0711;
}
.TagClassName
{
border-color: #8A0711;
}
</style>