Shades of Sangria #89060B
Tints of Sangria #89060B
RGB
CMYK
RGB Variations
Color information
#89060B (or 0x89060B) is known color: Sangria. HEX triplet: 89, 06 and 0B. RGB value is (137,6,11). Sum of RGB (Red+Green+Blue) = 137+6+11=154 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.96% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 137 - color contains mainly: red. Hex color #89060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89060B is #76F9F4. Grayscale: #2D2D2D. Windows color (decimal): -7797237 or 722569. OLE color: 722569.
HSL color Cylindrical-coordinate representation of color #89060B: hue angle of 357.71º 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 #89060B is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 11 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.46 |
| HSL | 357.71º | 0.92% | 0.28% | - |
| HSV(B) | 357.71º | 0.96% | 0.54% | - |
| XYZ | 10.44 | 5.47 | 0.82 | - |
| YUV | 45.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 11 | 0 | 0.96 | 0.92 | 0.46 | 357.71 | 0.92 | 0.28 |
| Hex | 89 | 6 | B | 0 | 60 | 5C | 2E | 166 | 5C | 1C |
| Octal | 211 | 6 | 13 | 0 | 140 | 134 | 56 | 546 | 134 | 34 |
| Binary | 10001001 | 110 | 1011 | 0 | 1100000 | 1011100 | 101110 | 101100110 | 1011100 | 11100 |
Color Harmonies of #89060B
Complementary color
Monochromatic Colors of #89060B
Black with #89060B
Text Example
Text Example
White with #89060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89060B; }
p { color: rgb(137,6,11); }
H1.HeaderClassName
{
color: #89060B;
}
.AnyTagClassName
{
color: #89060B;
}
</style>
background-color css
<style>
a { background-color: #89060B; }
a { background-color: rgb(137,6,11); }
div.DivClassName
{
background-color: #89060B;
}
.BgClassName
{
background-color: #89060B;
}
</style>
border-color css
<style>
span { border-color: #89060B; }
span { border-color: rgb(137,6,11); }
td.TdClassName
{
border-color: #89060B;
}
.TagClassName
{
border-color: #89060B;
}
</style>