Shades of Vin Rouge #9A595B
Tints of Vin Rouge #9A595B
RGB
CMYK
RGB Variations
Color information
#9A595B (or 0x9A595B) is known color: Vin Rouge. HEX triplet: 9A, 59 and 5B. RGB value is (154,89,91). Sum of RGB (Red+Green+Blue) = 154+89+91=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A595B is #65A6A4. Grayscale: #6C6C6C. Windows color (decimal): -6661797 or 5986714. OLE color: 5986714.
HSL color Cylindrical-coordinate representation of color #9A595B: hue angle of 358.15º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A595B is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 89 | 91 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.40 |
| HSL | 358.15º | 0.27% | 0.48% | - |
| HSV(B) | 358.15º | 0.42% | 0.6% | - |
| XYZ | 18.79 | 14.77 | 11.76 | - |
| YUV | 108.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 91 | 0 | 0.42 | 0.41 | 0.40 | 358.15 | 0.27 | 0.48 |
| Hex | 9A | 59 | 5B | 0 | 2A | 29 | 28 | 166 | 1B | 30 |
| Octal | 232 | 131 | 133 | 0 | 52 | 51 | 50 | 546 | 33 | 60 |
| Binary | 10011010 | 1011001 | 1011011 | 0 | 101010 | 101001 | 101000 | 101100110 | 11011 | 110000 |
Color Harmonies of #9A595B
Complementary color
Monochromatic Colors of #9A595B
Black with #9A595B
Text Example
Text Example
White with #9A595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A595B; }
p { color: rgb(154,89,91); }
H1.HeaderClassName
{
color: #9A595B;
}
.AnyTagClassName
{
color: #9A595B;
}
</style>
background-color css
<style>
a { background-color: #9A595B; }
a { background-color: rgb(154,89,91); }
div.DivClassName
{
background-color: #9A595B;
}
.BgClassName
{
background-color: #9A595B;
}
</style>
border-color css
<style>
span { border-color: #9A595B; }
span { border-color: rgb(154,89,91); }
td.TdClassName
{
border-color: #9A595B;
}
.TagClassName
{
border-color: #9A595B;
}
</style>