Shades of Vin Rouge #9F5372
Tints of Vin Rouge #9F5372
RGB
CMYK
RGB Variations
Color information
#9F5372 (or 0x9F5372) is known color: Vin Rouge. HEX triplet: 9F, 53 and 72. RGB value is (159,83,114). Sum of RGB (Red+Green+Blue) = 159+83+114=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5372 is #60AC8D. Grayscale: #6D6D6D. Windows color (decimal): -6335630 or 7492511. OLE color: 7492511.
HSL color Cylindrical-coordinate representation of color #9F5372: hue angle of 335.53º 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 #9F5372 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 114 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.38 |
| HSL | 335.53º | 0.31% | 0.47% | - |
| HSV(B) | 335.53º | 0.48% | 0.62% | - |
| XYZ | 20.43 | 14.77 | 17.69 | - |
| YUV | 109.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 114 | 0 | 0.48 | 0.28 | 0.38 | 335.53 | 0.31 | 0.47 |
| Hex | 9F | 53 | 72 | 0 | 30 | 1C | 26 | 150 | 1F | 2F |
| Octal | 237 | 123 | 162 | 0 | 60 | 34 | 46 | 520 | 37 | 57 |
| Binary | 10011111 | 1010011 | 1110010 | 0 | 110000 | 11100 | 100110 | 101010000 | 11111 | 101111 |
Color Harmonies of #9F5372
Complementary color
Monochromatic Colors of #9F5372
Black with #9F5372
Text Example
Text Example
White with #9F5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5372; }
p { color: rgb(159,83,114); }
H1.HeaderClassName
{
color: #9F5372;
}
.AnyTagClassName
{
color: #9F5372;
}
</style>
background-color css
<style>
a { background-color: #9F5372; }
a { background-color: rgb(159,83,114); }
div.DivClassName
{
background-color: #9F5372;
}
.BgClassName
{
background-color: #9F5372;
}
</style>
border-color css
<style>
span { border-color: #9F5372; }
span { border-color: rgb(159,83,114); }
td.TdClassName
{
border-color: #9F5372;
}
.TagClassName
{
border-color: #9F5372;
}
</style>