Shades of Vin Rouge #89595D
Tints of Vin Rouge #89595D
RGB
CMYK
RGB Variations
Color information
#89595D (or 0x89595D) is known color: Vin Rouge. HEX triplet: 89, 59 and 5D. RGB value is (137,89,93). Sum of RGB (Red+Green+Blue) = 137+89+93=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #89595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89595D is #76A6A2. Grayscale: #676767. Windows color (decimal): -7775907 or 6117769. OLE color: 6117769.
HSL color Cylindrical-coordinate representation of color #89595D: hue angle of 355º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89595D is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 93 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.46 |
| HSL | 355º | 0.21% | 0.44% | - |
| HSV(B) | 355º | 0.35% | 0.54% | - |
| XYZ | 15.86 | 13.25 | 12.08 | - |
| YUV | 103.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 93 | 0 | 0.35 | 0.32 | 0.46 | 355 | 0.21 | 0.44 |
| Hex | 89 | 59 | 5D | 0 | 23 | 20 | 2E | 163 | 15 | 2C |
| Octal | 211 | 131 | 135 | 0 | 43 | 40 | 56 | 543 | 25 | 54 |
| Binary | 10001001 | 1011001 | 1011101 | 0 | 100011 | 100000 | 101110 | 101100011 | 10101 | 101100 |
Color Harmonies of #89595D
Complementary color
Monochromatic Colors of #89595D
Black with #89595D
Text Example
Text Example
White with #89595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89595D; }
p { color: rgb(137,89,93); }
H1.HeaderClassName
{
color: #89595D;
}
.AnyTagClassName
{
color: #89595D;
}
</style>
background-color css
<style>
a { background-color: #89595D; }
a { background-color: rgb(137,89,93); }
div.DivClassName
{
background-color: #89595D;
}
.BgClassName
{
background-color: #89595D;
}
</style>
border-color css
<style>
span { border-color: #89595D; }
span { border-color: rgb(137,89,93); }
td.TdClassName
{
border-color: #89595D;
}
.TagClassName
{
border-color: #89595D;
}
</style>