Shades of Sangria #89080B
Tints of Sangria #89080B
RGB
CMYK
RGB Variations
Color information
#89080B (or 0x89080B) is known color: Sangria. HEX triplet: 89, 08 and 0B. RGB value is (137,8,11). Sum of RGB (Red+Green+Blue) = 137+8+11=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #89080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89080B is #76F7F4. Grayscale: #2F2F2F. Windows color (decimal): -7796725 or 723081. OLE color: 723081.
HSL color Cylindrical-coordinate representation of color #89080B: hue angle of 358.6º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89080B is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 11 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.46 |
| HSL | 358.6º | 0.89% | 0.28% | - |
| HSV(B) | 358.6º | 0.94% | 0.54% | - |
| XYZ | 10.46 | 5.52 | 0.83 | - |
| YUV | 46.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 11 | 0 | 0.94 | 0.92 | 0.46 | 358.6 | 0.89 | 0.28 |
| Hex | 89 | 8 | B | 0 | 5E | 5C | 2E | 167 | 59 | 1C |
| Octal | 211 | 10 | 13 | 0 | 136 | 134 | 56 | 547 | 131 | 34 |
| Binary | 10001001 | 1000 | 1011 | 0 | 1011110 | 1011100 | 101110 | 101100111 | 1011001 | 11100 |
Color Harmonies of #89080B
Complementary color
Monochromatic Colors of #89080B
Black with #89080B
Text Example
Text Example
White with #89080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89080B; }
p { color: rgb(137,8,11); }
H1.HeaderClassName
{
color: #89080B;
}
.AnyTagClassName
{
color: #89080B;
}
</style>
background-color css
<style>
a { background-color: #89080B; }
a { background-color: rgb(137,8,11); }
div.DivClassName
{
background-color: #89080B;
}
.BgClassName
{
background-color: #89080B;
}
</style>
border-color css
<style>
span { border-color: #89080B; }
span { border-color: rgb(137,8,11); }
td.TdClassName
{
border-color: #89080B;
}
.TagClassName
{
border-color: #89080B;
}
</style>