Shades of Sangria #890508
Tints of Sangria #890508
RGB
CMYK
RGB Variations
Color information
#890508 (or 0x890508) is known color: Sangria. HEX triplet: 89, 05 and 08. RGB value is (137,5,8). Sum of RGB (Red+Green+Blue) = 137+5+8=150 (19% of max value = 765). Red value is 137 (53.91% from 255 or 91.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 137 - color contains mainly: red. Hex color #890508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890508 is #76FAF7. Grayscale: #2C2C2C. Windows color (decimal): -7797496 or 525705. OLE color: 525705.
HSL color Cylindrical-coordinate representation of color #890508: hue angle of 358.64º degrees, saturation: 0.93, 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 #890508 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 8 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.46 |
| HSL | 358.64º | 0.93% | 0.28% | - |
| HSV(B) | 358.64º | 0.96% | 0.54% | - |
| XYZ | 10.41 | 5.44 | 0.73 | - |
| YUV | 44.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 8 | 0 | 0.96 | 0.94 | 0.46 | 358.64 | 0.93 | 0.28 |
| Hex | 89 | 5 | 8 | 0 | 60 | 5E | 2E | 167 | 5D | 1C |
| Octal | 211 | 5 | 10 | 0 | 140 | 136 | 56 | 547 | 135 | 34 |
| Binary | 10001001 | 101 | 1000 | 0 | 1100000 | 1011110 | 101110 | 101100111 | 1011101 | 11100 |
Color Harmonies of #890508
Complementary color
Monochromatic Colors of #890508
Black with #890508
Text Example
Text Example
White with #890508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890508; }
p { color: rgb(137,5,8); }
H1.HeaderClassName
{
color: #890508;
}
.AnyTagClassName
{
color: #890508;
}
</style>
background-color css
<style>
a { background-color: #890508; }
a { background-color: rgb(137,5,8); }
div.DivClassName
{
background-color: #890508;
}
.BgClassName
{
background-color: #890508;
}
</style>
border-color css
<style>
span { border-color: #890508; }
span { border-color: rgb(137,5,8); }
td.TdClassName
{
border-color: #890508;
}
.TagClassName
{
border-color: #890508;
}
</style>