Shades of Vin Rouge #9B576D
Tints of Vin Rouge #9B576D
RGB
CMYK
RGB Variations
Color information
#9B576D (or 0x9B576D) is known color: Vin Rouge. HEX triplet: 9B, 57 and 6D. RGB value is (155,87,109). Sum of RGB (Red+Green+Blue) = 155+87+109=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B576D is #64A892. Grayscale: #6D6D6D. Windows color (decimal): -6596755 or 7165851. OLE color: 7165851.
HSL color Cylindrical-coordinate representation of color #9B576D: hue angle of 340.59º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B576D is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 87 | 109 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.39 |
| HSL | 340.59º | 0.28% | 0.47% | - |
| HSV(B) | 340.59º | 0.44% | 0.61% | - |
| XYZ | 19.69 | 14.89 | 16.3 | - |
| YUV | 109.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 87 | 109 | 0 | 0.44 | 0.30 | 0.39 | 340.59 | 0.28 | 0.47 |
| Hex | 9B | 57 | 6D | 0 | 2C | 1E | 27 | 155 | 1C | 2F |
| Octal | 233 | 127 | 155 | 0 | 54 | 36 | 47 | 525 | 34 | 57 |
| Binary | 10011011 | 1010111 | 1101101 | 0 | 101100 | 11110 | 100111 | 101010101 | 11100 | 101111 |
Color Harmonies of #9B576D
Complementary color
Monochromatic Colors of #9B576D
Black with #9B576D
Text Example
Text Example
White with #9B576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B576D; }
p { color: rgb(155,87,109); }
H1.HeaderClassName
{
color: #9B576D;
}
.AnyTagClassName
{
color: #9B576D;
}
</style>
background-color css
<style>
a { background-color: #9B576D; }
a { background-color: rgb(155,87,109); }
div.DivClassName
{
background-color: #9B576D;
}
.BgClassName
{
background-color: #9B576D;
}
</style>
border-color css
<style>
span { border-color: #9B576D; }
span { border-color: rgb(155,87,109); }
td.TdClassName
{
border-color: #9B576D;
}
.TagClassName
{
border-color: #9B576D;
}
</style>