Shades of Sangria #890609
Tints of Sangria #890609
RGB
CMYK
RGB Variations
Color information
#890609 (or 0x890609) is known color: Sangria. HEX triplet: 89, 06 and 09. RGB value is (137,6,9). Sum of RGB (Red+Green+Blue) = 137+6+9=152 (20% of max value = 765). Red value is 137 (53.91% from 255 or 90.13% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 137 - color contains mainly: red. Hex color #890609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890609 is #76F9F6. Grayscale: #2D2D2D. Windows color (decimal): -7797239 or 591497. OLE color: 591497.
HSL color Cylindrical-coordinate representation of color #890609: hue angle of 358.63º degrees, saturation: 0.92, 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 #890609 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 9 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.46 |
| HSL | 358.63º | 0.92% | 0.28% | - |
| HSV(B) | 358.63º | 0.96% | 0.54% | - |
| XYZ | 10.43 | 5.47 | 0.76 | - |
| YUV | 45.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 9 | 0 | 0.96 | 0.93 | 0.46 | 358.63 | 0.92 | 0.28 |
| Hex | 89 | 6 | 9 | 0 | 60 | 5D | 2E | 167 | 5C | 1C |
| Octal | 211 | 6 | 11 | 0 | 140 | 135 | 56 | 547 | 134 | 34 |
| Binary | 10001001 | 110 | 1001 | 0 | 1100000 | 1011101 | 101110 | 101100111 | 1011100 | 11100 |
Color Harmonies of #890609
Complementary color
Monochromatic Colors of #890609
Black with #890609
Text Example
Text Example
White with #890609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890609; }
p { color: rgb(137,6,9); }
H1.HeaderClassName
{
color: #890609;
}
.AnyTagClassName
{
color: #890609;
}
</style>
background-color css
<style>
a { background-color: #890609; }
a { background-color: rgb(137,6,9); }
div.DivClassName
{
background-color: #890609;
}
.BgClassName
{
background-color: #890609;
}
</style>
border-color css
<style>
span { border-color: #890609; }
span { border-color: rgb(137,6,9); }
td.TdClassName
{
border-color: #890609;
}
.TagClassName
{
border-color: #890609;
}
</style>