Shades of Sangria #891012
Tints of Sangria #891012
RGB
CMYK
RGB Variations
Color information
#891012 (or 0x891012) is known color: Sangria. HEX triplet: 89, 10 and 12. RGB value is (137,16,18). Sum of RGB (Red+Green+Blue) = 137+16+18=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #891012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891012 is #76EFED. Grayscale: #343434. Windows color (decimal): -7794670 or 1183881. OLE color: 1183881.
HSL color Cylindrical-coordinate representation of color #891012: hue angle of 359.01º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891012 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 18 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.46 |
| HSL | 359.01º | 0.79% | 0.3% | - |
| HSV(B) | 359.01º | 0.88% | 0.54% | - |
| XYZ | 10.61 | 5.73 | 1.12 | - |
| YUV | 52.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 18 | 0 | 0.88 | 0.87 | 0.46 | 359.01 | 0.79 | 0.3 |
| Hex | 89 | 10 | 12 | 0 | 58 | 57 | 2E | 167 | 4F | 1E |
| Octal | 211 | 20 | 22 | 0 | 130 | 127 | 56 | 547 | 117 | 36 |
| Binary | 10001001 | 10000 | 10010 | 0 | 1011000 | 1010111 | 101110 | 101100111 | 1001111 | 11110 |
Color Harmonies of #891012
Complementary color
Monochromatic Colors of #891012
Black with #891012
Text Example
Text Example
White with #891012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891012; }
p { color: rgb(137,16,18); }
H1.HeaderClassName
{
color: #891012;
}
.AnyTagClassName
{
color: #891012;
}
</style>
background-color css
<style>
a { background-color: #891012; }
a { background-color: rgb(137,16,18); }
div.DivClassName
{
background-color: #891012;
}
.BgClassName
{
background-color: #891012;
}
</style>
border-color css
<style>
span { border-color: #891012; }
span { border-color: rgb(137,16,18); }
td.TdClassName
{
border-color: #891012;
}
.TagClassName
{
border-color: #891012;
}
</style>