Shades of Sangria #890813
Tints of Sangria #890813
RGB
CMYK
RGB Variations
Color information
#890813 (or 0x890813) is known color: Sangria. HEX triplet: 89, 08 and 13. RGB value is (137,8,19). Sum of RGB (Red+Green+Blue) = 137+8+19=164 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.54% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 137 - color contains mainly: red. Hex color #890813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890813 is #76F7EC. Grayscale: #2F2F2F. Windows color (decimal): -7796717 or 1247369. OLE color: 1247369.
HSL color Cylindrical-coordinate representation of color #890813: hue angle of 354.88º 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 #890813 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 19 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.46 |
| HSL | 354.88º | 0.89% | 0.28% | - |
| HSV(B) | 354.88º | 0.94% | 0.54% | - |
| XYZ | 10.52 | 5.54 | 1.13 | - |
| YUV | 47.83 | 111.74 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 19 | 0 | 0.94 | 0.86 | 0.46 | 354.88 | 0.89 | 0.28 |
| Hex | 89 | 8 | 13 | 0 | 5E | 56 | 2E | 163 | 59 | 1C |
| Octal | 211 | 10 | 23 | 0 | 136 | 126 | 56 | 543 | 131 | 34 |
| Binary | 10001001 | 1000 | 10011 | 0 | 1011110 | 1010110 | 101110 | 101100011 | 1011001 | 11100 |
Color Harmonies of #890813
Complementary color
Monochromatic Colors of #890813
Black with #890813
Text Example
Text Example
White with #890813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890813; }
p { color: rgb(137,8,19); }
H1.HeaderClassName
{
color: #890813;
}
.AnyTagClassName
{
color: #890813;
}
</style>
background-color css
<style>
a { background-color: #890813; }
a { background-color: rgb(137,8,19); }
div.DivClassName
{
background-color: #890813;
}
.BgClassName
{
background-color: #890813;
}
</style>
border-color css
<style>
span { border-color: #890813; }
span { border-color: rgb(137,8,19); }
td.TdClassName
{
border-color: #890813;
}
.TagClassName
{
border-color: #890813;
}
</style>