Shades of Vin Rouge #9B505C
Tints of Vin Rouge #9B505C
RGB
CMYK
RGB Variations
Color information
#9B505C (or 0x9B505C) is known color: Vin Rouge. HEX triplet: 9B, 50 and 5C. RGB value is (155,80,92). Sum of RGB (Red+Green+Blue) = 155+80+92=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B505C is #64AFA3. Grayscale: #676767. Windows color (decimal): -6598564 or 6049947. OLE color: 6049947.
HSL color Cylindrical-coordinate representation of color #9B505C: hue angle of 350.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B505C is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 92 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.39 |
| HSL | 350.4º | 0.32% | 0.46% | - |
| HSV(B) | 350.4º | 0.48% | 0.61% | - |
| XYZ | 18.32 | 13.48 | 11.76 | - |
| YUV | 103.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 92 | 0 | 0.48 | 0.41 | 0.39 | 350.4 | 0.32 | 0.46 |
| Hex | 9B | 50 | 5C | 0 | 30 | 29 | 27 | 15E | 20 | 2E |
| Octal | 233 | 120 | 134 | 0 | 60 | 51 | 47 | 536 | 40 | 56 |
| Binary | 10011011 | 1010000 | 1011100 | 0 | 110000 | 101001 | 100111 | 101011110 | 100000 | 101110 |
Color Harmonies of #9B505C
Complementary color
Monochromatic Colors of #9B505C
Black with #9B505C
Text Example
Text Example
White with #9B505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B505C; }
p { color: rgb(155,80,92); }
H1.HeaderClassName
{
color: #9B505C;
}
.AnyTagClassName
{
color: #9B505C;
}
</style>
background-color css
<style>
a { background-color: #9B505C; }
a { background-color: rgb(155,80,92); }
div.DivClassName
{
background-color: #9B505C;
}
.BgClassName
{
background-color: #9B505C;
}
</style>
border-color css
<style>
span { border-color: #9B505C; }
span { border-color: rgb(155,80,92); }
td.TdClassName
{
border-color: #9B505C;
}
.TagClassName
{
border-color: #9B505C;
}
</style>