Shades of Vin Rouge #9F555E
Tints of Vin Rouge #9F555E
RGB
CMYK
RGB Variations
Color information
#9F555E (or 0x9F555E) is known color: Vin Rouge. HEX triplet: 9F, 55 and 5E. RGB value is (159,85,94). Sum of RGB (Red+Green+Blue) = 159+85+94=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F555E is #60AAA1. Grayscale: #6C6C6C. Windows color (decimal): -6335138 or 6182303. OLE color: 6182303.
HSL color Cylindrical-coordinate representation of color #9F555E: hue angle of 352.7º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F555E is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 94 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.38 |
| HSL | 352.7º | 0.3% | 0.48% | - |
| HSV(B) | 352.7º | 0.47% | 0.62% | - |
| XYZ | 19.57 | 14.68 | 12.39 | - |
| YUV | 108.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 94 | 0 | 0.47 | 0.41 | 0.38 | 352.7 | 0.3 | 0.48 |
| Hex | 9F | 55 | 5E | 0 | 2F | 29 | 26 | 161 | 1E | 30 |
| Octal | 237 | 125 | 136 | 0 | 57 | 51 | 46 | 541 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1011110 | 0 | 101111 | 101001 | 100110 | 101100001 | 11110 | 110000 |
Color Harmonies of #9F555E
Complementary color
Monochromatic Colors of #9F555E
Black with #9F555E
Text Example
Text Example
White with #9F555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F555E; }
p { color: rgb(159,85,94); }
H1.HeaderClassName
{
color: #9F555E;
}
.AnyTagClassName
{
color: #9F555E;
}
</style>
background-color css
<style>
a { background-color: #9F555E; }
a { background-color: rgb(159,85,94); }
div.DivClassName
{
background-color: #9F555E;
}
.BgClassName
{
background-color: #9F555E;
}
</style>
border-color css
<style>
span { border-color: #9F555E; }
span { border-color: rgb(159,85,94); }
td.TdClassName
{
border-color: #9F555E;
}
.TagClassName
{
border-color: #9F555E;
}
</style>