Shades of Sangria #890509
Tints of Sangria #890509
RGB
CMYK
RGB Variations
Color information
#890509 (or 0x890509) is known color: Sangria. HEX triplet: 89, 05 and 09. RGB value is (137,5,9). Sum of RGB (Red+Green+Blue) = 137+5+9=151 (20% of max value = 765). Red value is 137 (53.91% from 255 or 90.73% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 137 - color contains mainly: red. Hex color #890509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890509 is #76FAF6. Grayscale: #2D2D2D. Windows color (decimal): -7797495 or 591241. OLE color: 591241.
HSL color Cylindrical-coordinate representation of color #890509: hue angle of 358.18º 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 #890509 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 9 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.46 |
| HSL | 358.18º | 0.93% | 0.28% | - |
| HSV(B) | 358.18º | 0.96% | 0.54% | - |
| XYZ | 10.42 | 5.45 | 0.76 | - |
| YUV | 44.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 9 | 0 | 0.96 | 0.93 | 0.46 | 358.18 | 0.93 | 0.28 |
| Hex | 89 | 5 | 9 | 0 | 60 | 5D | 2E | 166 | 5D | 1C |
| Octal | 211 | 5 | 11 | 0 | 140 | 135 | 56 | 546 | 135 | 34 |
| Binary | 10001001 | 101 | 1001 | 0 | 1100000 | 1011101 | 101110 | 101100110 | 1011101 | 11100 |
Color Harmonies of #890509
Complementary color
Monochromatic Colors of #890509
Black with #890509
Text Example
Text Example
White with #890509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890509; }
p { color: rgb(137,5,9); }
H1.HeaderClassName
{
color: #890509;
}
.AnyTagClassName
{
color: #890509;
}
</style>
background-color css
<style>
a { background-color: #890509; }
a { background-color: rgb(137,5,9); }
div.DivClassName
{
background-color: #890509;
}
.BgClassName
{
background-color: #890509;
}
</style>
border-color css
<style>
span { border-color: #890509; }
span { border-color: rgb(137,5,9); }
td.TdClassName
{
border-color: #890509;
}
.TagClassName
{
border-color: #890509;
}
</style>