Shades of Vin Rouge #9F536A
Tints of Vin Rouge #9F536A
RGB
CMYK
RGB Variations
Color information
#9F536A (or 0x9F536A) is known color: Vin Rouge. HEX triplet: 9F, 53 and 6A. RGB value is (159,83,106). Sum of RGB (Red+Green+Blue) = 159+83+106=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F536A is #60AC95. Grayscale: #6C6C6C. Windows color (decimal): -6335638 or 6968223. OLE color: 6968223.
HSL color Cylindrical-coordinate representation of color #9F536A: hue angle of 341.84º degrees, saturation: 0.31, 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 #9F536A is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 106 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.38 |
| HSL | 341.84º | 0.31% | 0.47% | - |
| HSV(B) | 341.84º | 0.48% | 0.62% | - |
| XYZ | 19.99 | 14.6 | 15.4 | - |
| YUV | 108.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 106 | 0 | 0.48 | 0.33 | 0.38 | 341.84 | 0.31 | 0.47 |
| Hex | 9F | 53 | 6A | 0 | 30 | 21 | 26 | 156 | 1F | 2F |
| Octal | 237 | 123 | 152 | 0 | 60 | 41 | 46 | 526 | 37 | 57 |
| Binary | 10011111 | 1010011 | 1101010 | 0 | 110000 | 100001 | 100110 | 101010110 | 11111 | 101111 |
Color Harmonies of #9F536A
Complementary color
Monochromatic Colors of #9F536A
Black with #9F536A
Text Example
Text Example
White with #9F536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F536A; }
p { color: rgb(159,83,106); }
H1.HeaderClassName
{
color: #9F536A;
}
.AnyTagClassName
{
color: #9F536A;
}
</style>
background-color css
<style>
a { background-color: #9F536A; }
a { background-color: rgb(159,83,106); }
div.DivClassName
{
background-color: #9F536A;
}
.BgClassName
{
background-color: #9F536A;
}
</style>
border-color css
<style>
span { border-color: #9F536A; }
span { border-color: rgb(159,83,106); }
td.TdClassName
{
border-color: #9F536A;
}
.TagClassName
{
border-color: #9F536A;
}
</style>