Shades of Sangria #890E12
Tints of Sangria #890E12
RGB
CMYK
RGB Variations
Color information
#890E12 (or 0x890E12) is known color: Sangria. HEX triplet: 89, 0E and 12. RGB value is (137,14,18). Sum of RGB (Red+Green+Blue) = 137+14+18=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #890E12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890E12 is #76F1ED. Grayscale: #333333. Windows color (decimal): -7795182 or 1183369. OLE color: 1183369.
HSL color Cylindrical-coordinate representation of color #890E12: hue angle of 358.05º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E12 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 18 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.46 |
| HSL | 358.05º | 0.81% | 0.3% | - |
| HSV(B) | 358.05º | 0.9% | 0.54% | - |
| XYZ | 10.58 | 5.68 | 1.11 | - |
| YUV | 51.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 18 | 0 | 0.90 | 0.87 | 0.46 | 358.05 | 0.81 | 0.3 |
| Hex | 89 | E | 12 | 0 | 5A | 57 | 2E | 166 | 51 | 1E |
| Octal | 211 | 16 | 22 | 0 | 132 | 127 | 56 | 546 | 121 | 36 |
| Binary | 10001001 | 1110 | 10010 | 0 | 1011010 | 1010111 | 101110 | 101100110 | 1010001 | 11110 |
Color Harmonies of #890E12
Complementary color
Monochromatic Colors of #890E12
Black with #890E12
Text Example
Text Example
White with #890E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E12; }
p { color: rgb(137,14,18); }
H1.HeaderClassName
{
color: #890E12;
}
.AnyTagClassName
{
color: #890E12;
}
</style>
background-color css
<style>
a { background-color: #890E12; }
a { background-color: rgb(137,14,18); }
div.DivClassName
{
background-color: #890E12;
}
.BgClassName
{
background-color: #890E12;
}
</style>
border-color css
<style>
span { border-color: #890E12; }
span { border-color: rgb(137,14,18); }
td.TdClassName
{
border-color: #890E12;
}
.TagClassName
{
border-color: #890E12;
}
</style>