Shades of Vin Rouge #9B546B
Tints of Vin Rouge #9B546B
RGB
CMYK
RGB Variations
Color information
#9B546B (or 0x9B546B) is known color: Vin Rouge. HEX triplet: 9B, 54 and 6B. RGB value is (155,84,107). Sum of RGB (Red+Green+Blue) = 155+84+107=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B546B is #64AB94. Grayscale: #6B6B6B. Windows color (decimal): -6597525 or 7034011. OLE color: 7034011.
HSL color Cylindrical-coordinate representation of color #9B546B: hue angle of 340.56º 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 #9B546B is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 84 | 107 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.39 |
| HSL | 340.56º | 0.3% | 0.47% | - |
| HSV(B) | 340.56º | 0.46% | 0.61% | - |
| XYZ | 19.34 | 14.37 | 15.66 | - |
| YUV | 107.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 84 | 107 | 0 | 0.46 | 0.31 | 0.39 | 340.56 | 0.3 | 0.47 |
| Hex | 9B | 54 | 6B | 0 | 2E | 1F | 27 | 155 | 1E | 2F |
| Octal | 233 | 124 | 153 | 0 | 56 | 37 | 47 | 525 | 36 | 57 |
| Binary | 10011011 | 1010100 | 1101011 | 0 | 101110 | 11111 | 100111 | 101010101 | 11110 | 101111 |
Color Harmonies of #9B546B
Complementary color
Monochromatic Colors of #9B546B
Black with #9B546B
Text Example
Text Example
White with #9B546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B546B; }
p { color: rgb(155,84,107); }
H1.HeaderClassName
{
color: #9B546B;
}
.AnyTagClassName
{
color: #9B546B;
}
</style>
background-color css
<style>
a { background-color: #9B546B; }
a { background-color: rgb(155,84,107); }
div.DivClassName
{
background-color: #9B546B;
}
.BgClassName
{
background-color: #9B546B;
}
</style>
border-color css
<style>
span { border-color: #9B546B; }
span { border-color: rgb(155,84,107); }
td.TdClassName
{
border-color: #9B546B;
}
.TagClassName
{
border-color: #9B546B;
}
</style>