Shades of Vin Rouge #9F506C
Tints of Vin Rouge #9F506C
RGB
CMYK
RGB Variations
Color information
#9F506C (or 0x9F506C) is known color: Vin Rouge. HEX triplet: 9F, 50 and 6C. RGB value is (159,80,108). Sum of RGB (Red+Green+Blue) = 159+80+108=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F506C is #60AF93. Grayscale: #6A6A6A. Windows color (decimal): -6336404 or 7098527. OLE color: 7098527.
HSL color Cylindrical-coordinate representation of color #9F506C: hue angle of 338.73º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F506C is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 108 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.38 |
| HSL | 338.73º | 0.33% | 0.47% | - |
| HSV(B) | 338.73º | 0.5% | 0.62% | - |
| XYZ | 19.87 | 14.19 | 15.88 | - |
| YUV | 106.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 108 | 0 | 0.50 | 0.32 | 0.38 | 338.73 | 0.33 | 0.47 |
| Hex | 9F | 50 | 6C | 0 | 32 | 20 | 26 | 153 | 21 | 2F |
| Octal | 237 | 120 | 154 | 0 | 62 | 40 | 46 | 523 | 41 | 57 |
| Binary | 10011111 | 1010000 | 1101100 | 0 | 110010 | 100000 | 100110 | 101010011 | 100001 | 101111 |
Color Harmonies of #9F506C
Complementary color
Monochromatic Colors of #9F506C
Black with #9F506C
Text Example
Text Example
White with #9F506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F506C; }
p { color: rgb(159,80,108); }
H1.HeaderClassName
{
color: #9F506C;
}
.AnyTagClassName
{
color: #9F506C;
}
</style>
background-color css
<style>
a { background-color: #9F506C; }
a { background-color: rgb(159,80,108); }
div.DivClassName
{
background-color: #9F506C;
}
.BgClassName
{
background-color: #9F506C;
}
</style>
border-color css
<style>
span { border-color: #9F506C; }
span { border-color: rgb(159,80,108); }
td.TdClassName
{
border-color: #9F506C;
}
.TagClassName
{
border-color: #9F506C;
}
</style>