Shades of Sangria #89010B
Tints of Sangria #89010B
RGB
CMYK
RGB Variations
Color information
#89010B (or 0x89010B) is known color: Sangria. HEX triplet: 89, 01 and 0B. RGB value is (137,1,11). Sum of RGB (Red+Green+Blue) = 137+1+11=149 (19% of max value = 765). Red value is 137 (53.91% from 255 or 91.95% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 137 - color contains mainly: red. Hex color #89010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89010B is #76FEF4. Grayscale: #2A2A2A. Windows color (decimal): -7798517 or 721289. OLE color: 721289.
HSL color Cylindrical-coordinate representation of color #89010B: hue angle of 355.59º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89010B is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.46 |
| HSL | 355.59º | 0.99% | 0.27% | - |
| HSV(B) | 355.59º | 0.99% | 0.54% | - |
| XYZ | 10.39 | 5.36 | 0.8 | - |
| YUV | 42.8 | 110.06 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 11 | 0 | 0.99 | 0.92 | 0.46 | 355.59 | 0.99 | 0.27 |
| Hex | 89 | 1 | B | 0 | 63 | 5C | 2E | 164 | 63 | 1B |
| Octal | 211 | 1 | 13 | 0 | 143 | 134 | 56 | 544 | 143 | 33 |
| Binary | 10001001 | 1 | 1011 | 0 | 1100011 | 1011100 | 101110 | 101100100 | 1100011 | 11011 |
Color Harmonies of #89010B
Complementary color
Monochromatic Colors of #89010B
Black with #89010B
Text Example
Text Example
White with #89010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89010B; }
p { color: rgb(137,1,11); }
H1.HeaderClassName
{
color: #89010B;
}
.AnyTagClassName
{
color: #89010B;
}
</style>
background-color css
<style>
a { background-color: #89010B; }
a { background-color: rgb(137,1,11); }
div.DivClassName
{
background-color: #89010B;
}
.BgClassName
{
background-color: #89010B;
}
</style>
border-color css
<style>
span { border-color: #89010B; }
span { border-color: rgb(137,1,11); }
td.TdClassName
{
border-color: #89010B;
}
.TagClassName
{
border-color: #89010B;
}
</style>