Shades of Vin Rouge #9F506B
Tints of Vin Rouge #9F506B
RGB
CMYK
RGB Variations
Color information
#9F506B (or 0x9F506B) is known color: Vin Rouge. HEX triplet: 9F, 50 and 6B. RGB value is (159,80,107). Sum of RGB (Red+Green+Blue) = 159+80+107=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F506B is #60AF94. Grayscale: #6A6A6A. Windows color (decimal): -6336405 or 7032991. OLE color: 7032991.
HSL color Cylindrical-coordinate representation of color #9F506B: hue angle of 339.49º 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 #9F506B is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 107 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.38 |
| HSL | 339.49º | 0.33% | 0.47% | - |
| HSV(B) | 339.49º | 0.5% | 0.62% | - |
| XYZ | 19.82 | 14.17 | 15.6 | - |
| YUV | 106.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 107 | 0 | 0.50 | 0.33 | 0.38 | 339.49 | 0.33 | 0.47 |
| Hex | 9F | 50 | 6B | 0 | 32 | 21 | 26 | 153 | 21 | 2F |
| Octal | 237 | 120 | 153 | 0 | 62 | 41 | 46 | 523 | 41 | 57 |
| Binary | 10011111 | 1010000 | 1101011 | 0 | 110010 | 100001 | 100110 | 101010011 | 100001 | 101111 |
Color Harmonies of #9F506B
Complementary color
Monochromatic Colors of #9F506B
Black with #9F506B
Text Example
Text Example
White with #9F506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F506B; }
p { color: rgb(159,80,107); }
H1.HeaderClassName
{
color: #9F506B;
}
.AnyTagClassName
{
color: #9F506B;
}
</style>
background-color css
<style>
a { background-color: #9F506B; }
a { background-color: rgb(159,80,107); }
div.DivClassName
{
background-color: #9F506B;
}
.BgClassName
{
background-color: #9F506B;
}
</style>
border-color css
<style>
span { border-color: #9F506B; }
span { border-color: rgb(159,80,107); }
td.TdClassName
{
border-color: #9F506B;
}
.TagClassName
{
border-color: #9F506B;
}
</style>