Shades of Vin Rouge #9F5374
Tints of Vin Rouge #9F5374
RGB
CMYK
RGB Variations
Color information
#9F5374 (or 0x9F5374) is known color: Vin Rouge. HEX triplet: 9F, 53 and 74. RGB value is (159,83,116). Sum of RGB (Red+Green+Blue) = 159+83+116=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5374 is #60AC8B. Grayscale: #6D6D6D. Windows color (decimal): -6335628 or 7623583. OLE color: 7623583.
HSL color Cylindrical-coordinate representation of color #9F5374: hue angle of 333.95º 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 #9F5374 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 116 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.38 |
| HSL | 333.95º | 0.31% | 0.47% | - |
| HSV(B) | 333.95º | 0.48% | 0.62% | - |
| XYZ | 20.54 | 14.82 | 18.3 | - |
| YUV | 109.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 116 | 0 | 0.48 | 0.27 | 0.38 | 333.95 | 0.31 | 0.47 |
| Hex | 9F | 53 | 74 | 0 | 30 | 1B | 26 | 14E | 1F | 2F |
| Octal | 237 | 123 | 164 | 0 | 60 | 33 | 46 | 516 | 37 | 57 |
| Binary | 10011111 | 1010011 | 1110100 | 0 | 110000 | 11011 | 100110 | 101001110 | 11111 | 101111 |
Color Harmonies of #9F5374
Complementary color
Monochromatic Colors of #9F5374
Black with #9F5374
Text Example
Text Example
White with #9F5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5374; }
p { color: rgb(159,83,116); }
H1.HeaderClassName
{
color: #9F5374;
}
.AnyTagClassName
{
color: #9F5374;
}
</style>
background-color css
<style>
a { background-color: #9F5374; }
a { background-color: rgb(159,83,116); }
div.DivClassName
{
background-color: #9F5374;
}
.BgClassName
{
background-color: #9F5374;
}
</style>
border-color css
<style>
span { border-color: #9F5374; }
span { border-color: rgb(159,83,116); }
td.TdClassName
{
border-color: #9F5374;
}
.TagClassName
{
border-color: #9F5374;
}
</style>