Shades of Vin Rouge #9B545E
Tints of Vin Rouge #9B545E
RGB
CMYK
RGB Variations
Color information
#9B545E (or 0x9B545E) is known color: Vin Rouge. HEX triplet: 9B, 54 and 5E. RGB value is (155,84,94). Sum of RGB (Red+Green+Blue) = 155+84+94=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B545E is #64ABA1. Grayscale: #6A6A6A. Windows color (decimal): -6597538 or 6182043. OLE color: 6182043.
HSL color Cylindrical-coordinate representation of color #9B545E: hue angle of 351.55º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B545E is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 84 | 94 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.39 |
| HSL | 351.55º | 0.3% | 0.47% | - |
| HSV(B) | 351.55º | 0.46% | 0.61% | - |
| XYZ | 18.71 | 14.12 | 12.33 | - |
| YUV | 106.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 84 | 94 | 0 | 0.46 | 0.39 | 0.39 | 351.55 | 0.3 | 0.47 |
| Hex | 9B | 54 | 5E | 0 | 2E | 27 | 27 | 160 | 1E | 2F |
| Octal | 233 | 124 | 136 | 0 | 56 | 47 | 47 | 540 | 36 | 57 |
| Binary | 10011011 | 1010100 | 1011110 | 0 | 101110 | 100111 | 100111 | 101100000 | 11110 | 101111 |
Color Harmonies of #9B545E
Complementary color
Monochromatic Colors of #9B545E
Black with #9B545E
Text Example
Text Example
White with #9B545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B545E; }
p { color: rgb(155,84,94); }
H1.HeaderClassName
{
color: #9B545E;
}
.AnyTagClassName
{
color: #9B545E;
}
</style>
background-color css
<style>
a { background-color: #9B545E; }
a { background-color: rgb(155,84,94); }
div.DivClassName
{
background-color: #9B545E;
}
.BgClassName
{
background-color: #9B545E;
}
</style>
border-color css
<style>
span { border-color: #9B545E; }
span { border-color: rgb(155,84,94); }
td.TdClassName
{
border-color: #9B545E;
}
.TagClassName
{
border-color: #9B545E;
}
</style>