Shades of Vin Rouge #9F546E
Tints of Vin Rouge #9F546E
RGB
CMYK
RGB Variations
Color information
#9F546E (or 0x9F546E) is known color: Vin Rouge. HEX triplet: 9F, 54 and 6E. RGB value is (159,84,110). Sum of RGB (Red+Green+Blue) = 159+84+110=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F546E is #60AB91. Grayscale: #6D6D6D. Windows color (decimal): -6335378 or 7230623. OLE color: 7230623.
HSL color Cylindrical-coordinate representation of color #9F546E: hue angle of 339.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F546E is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 84 | 110 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.38 |
| HSL | 339.2º | 0.31% | 0.48% | - |
| HSV(B) | 339.2º | 0.47% | 0.62% | - |
| XYZ | 20.28 | 14.84 | 16.55 | - |
| YUV | 109.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 110 | 0 | 0.47 | 0.31 | 0.38 | 339.2 | 0.31 | 0.48 |
| Hex | 9F | 54 | 6E | 0 | 2F | 1F | 26 | 153 | 1F | 30 |
| Octal | 237 | 124 | 156 | 0 | 57 | 37 | 46 | 523 | 37 | 60 |
| Binary | 10011111 | 1010100 | 1101110 | 0 | 101111 | 11111 | 100110 | 101010011 | 11111 | 110000 |
Color Harmonies of #9F546E
Complementary color
Monochromatic Colors of #9F546E
Black with #9F546E
Text Example
Text Example
White with #9F546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F546E; }
p { color: rgb(159,84,110); }
H1.HeaderClassName
{
color: #9F546E;
}
.AnyTagClassName
{
color: #9F546E;
}
</style>
background-color css
<style>
a { background-color: #9F546E; }
a { background-color: rgb(159,84,110); }
div.DivClassName
{
background-color: #9F546E;
}
.BgClassName
{
background-color: #9F546E;
}
</style>
border-color css
<style>
span { border-color: #9F546E; }
span { border-color: rgb(159,84,110); }
td.TdClassName
{
border-color: #9F546E;
}
.TagClassName
{
border-color: #9F546E;
}
</style>