Shades of Vin Rouge #9F526E
Tints of Vin Rouge #9F526E
RGB
CMYK
RGB Variations
Color information
#9F526E (or 0x9F526E) is known color: Vin Rouge. HEX triplet: 9F, 52 and 6E. RGB value is (159,82,110). Sum of RGB (Red+Green+Blue) = 159+82+110=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F526E is #60AD91. Grayscale: #6C6C6C. Windows color (decimal): -6335890 or 7230111. OLE color: 7230111.
HSL color Cylindrical-coordinate representation of color #9F526E: hue angle of 338.18º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F526E is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 110 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.38 |
| HSL | 338.18º | 0.32% | 0.47% | - |
| HSV(B) | 338.18º | 0.48% | 0.62% | - |
| XYZ | 20.13 | 14.53 | 16.5 | - |
| YUV | 108.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 110 | 0 | 0.48 | 0.31 | 0.38 | 338.18 | 0.32 | 0.47 |
| Hex | 9F | 52 | 6E | 0 | 30 | 1F | 26 | 152 | 20 | 2F |
| Octal | 237 | 122 | 156 | 0 | 60 | 37 | 46 | 522 | 40 | 57 |
| Binary | 10011111 | 1010010 | 1101110 | 0 | 110000 | 11111 | 100110 | 101010010 | 100000 | 101111 |
Color Harmonies of #9F526E
Complementary color
Monochromatic Colors of #9F526E
Black with #9F526E
Text Example
Text Example
White with #9F526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F526E; }
p { color: rgb(159,82,110); }
H1.HeaderClassName
{
color: #9F526E;
}
.AnyTagClassName
{
color: #9F526E;
}
</style>
background-color css
<style>
a { background-color: #9F526E; }
a { background-color: rgb(159,82,110); }
div.DivClassName
{
background-color: #9F526E;
}
.BgClassName
{
background-color: #9F526E;
}
</style>
border-color css
<style>
span { border-color: #9F526E; }
span { border-color: rgb(159,82,110); }
td.TdClassName
{
border-color: #9F526E;
}
.TagClassName
{
border-color: #9F526E;
}
</style>