Shades of Sangria #890611
Tints of Sangria #890611
RGB
CMYK
RGB Variations
Color information
#890611 (or 0x890611) is known color: Sangria. HEX triplet: 89, 06 and 11. RGB value is (137,6,17). Sum of RGB (Red+Green+Blue) = 137+6+17=160 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.62% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 137 - color contains mainly: red. Hex color #890611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890611 is #76F9EE. Grayscale: #2E2E2E. Windows color (decimal): -7797231 or 1115785. OLE color: 1115785.
HSL color Cylindrical-coordinate representation of color #890611: hue angle of 354.96º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890611 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 17 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.46 |
| HSL | 354.96º | 0.92% | 0.28% | - |
| HSV(B) | 354.96º | 0.96% | 0.54% | - |
| XYZ | 10.48 | 5.49 | 1.04 | - |
| YUV | 46.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 17 | 0 | 0.96 | 0.88 | 0.46 | 354.96 | 0.92 | 0.28 |
| Hex | 89 | 6 | 11 | 0 | 60 | 58 | 2E | 163 | 5C | 1C |
| Octal | 211 | 6 | 21 | 0 | 140 | 130 | 56 | 543 | 134 | 34 |
| Binary | 10001001 | 110 | 10001 | 0 | 1100000 | 1011000 | 101110 | 101100011 | 1011100 | 11100 |
Color Harmonies of #890611
Complementary color
Monochromatic Colors of #890611
Black with #890611
Text Example
Text Example
White with #890611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890611; }
p { color: rgb(137,6,17); }
H1.HeaderClassName
{
color: #890611;
}
.AnyTagClassName
{
color: #890611;
}
</style>
background-color css
<style>
a { background-color: #890611; }
a { background-color: rgb(137,6,17); }
div.DivClassName
{
background-color: #890611;
}
.BgClassName
{
background-color: #890611;
}
</style>
border-color css
<style>
span { border-color: #890611; }
span { border-color: rgb(137,6,17); }
td.TdClassName
{
border-color: #890611;
}
.TagClassName
{
border-color: #890611;
}
</style>