Shades of Vin Rouge #9B595F
Tints of Vin Rouge #9B595F
RGB
CMYK
RGB Variations
Color information
#9B595F (or 0x9B595F) is known color: Vin Rouge. HEX triplet: 9B, 59 and 5F. RGB value is (155,89,95). Sum of RGB (Red+Green+Blue) = 155+89+95=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B595F is #64A6A0. Grayscale: #6D6D6D. Windows color (decimal): -6596257 or 6248859. OLE color: 6248859.
HSL color Cylindrical-coordinate representation of color #9B595F: hue angle of 354.55º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B595F is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 89 | 95 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.39 |
| HSL | 354.55º | 0.27% | 0.48% | - |
| HSV(B) | 354.55º | 0.43% | 0.61% | - |
| XYZ | 19.16 | 14.94 | 12.7 | - |
| YUV | 109.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 95 | 0 | 0.43 | 0.39 | 0.39 | 354.55 | 0.27 | 0.48 |
| Hex | 9B | 59 | 5F | 0 | 2B | 27 | 27 | 163 | 1B | 30 |
| Octal | 233 | 131 | 137 | 0 | 53 | 47 | 47 | 543 | 33 | 60 |
| Binary | 10011011 | 1011001 | 1011111 | 0 | 101011 | 100111 | 100111 | 101100011 | 11011 | 110000 |
Color Harmonies of #9B595F
Complementary color
Monochromatic Colors of #9B595F
Black with #9B595F
Text Example
Text Example
White with #9B595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B595F; }
p { color: rgb(155,89,95); }
H1.HeaderClassName
{
color: #9B595F;
}
.AnyTagClassName
{
color: #9B595F;
}
</style>
background-color css
<style>
a { background-color: #9B595F; }
a { background-color: rgb(155,89,95); }
div.DivClassName
{
background-color: #9B595F;
}
.BgClassName
{
background-color: #9B595F;
}
</style>
border-color css
<style>
span { border-color: #9B595F; }
span { border-color: rgb(155,89,95); }
td.TdClassName
{
border-color: #9B595F;
}
.TagClassName
{
border-color: #9B595F;
}
</style>