Shades of Vin Rouge #9F5B5D
Tints of Vin Rouge #9F5B5D
RGB
CMYK
RGB Variations
Color information
#9F5B5D (or 0x9F5B5D) is known color: Vin Rouge. HEX triplet: 9F, 5B and 5D. RGB value is (159,91,93). Sum of RGB (Red+Green+Blue) = 159+91+93=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5B5D is #60A4A2. Grayscale: #6F6F6F. Windows color (decimal): -6333603 or 6118303. OLE color: 6118303.
HSL color Cylindrical-coordinate representation of color #9F5B5D: hue angle of 358.24º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5B5D is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 91 | 93 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.38 |
| HSL | 358.24º | 0.27% | 0.49% | - |
| HSV(B) | 358.24º | 0.43% | 0.62% | - |
| XYZ | 20.01 | 15.64 | 12.32 | - |
| YUV | 111.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 93 | 0 | 0.43 | 0.42 | 0.38 | 358.24 | 0.27 | 0.49 |
| Hex | 9F | 5B | 5D | 0 | 2B | 2A | 26 | 166 | 1B | 31 |
| Octal | 237 | 133 | 135 | 0 | 53 | 52 | 46 | 546 | 33 | 61 |
| Binary | 10011111 | 1011011 | 1011101 | 0 | 101011 | 101010 | 100110 | 101100110 | 11011 | 110001 |
Color Harmonies of #9F5B5D
Complementary color
Monochromatic Colors of #9F5B5D
Black with #9F5B5D
Text Example
Text Example
White with #9F5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5B5D; }
p { color: rgb(159,91,93); }
H1.HeaderClassName
{
color: #9F5B5D;
}
.AnyTagClassName
{
color: #9F5B5D;
}
</style>
background-color css
<style>
a { background-color: #9F5B5D; }
a { background-color: rgb(159,91,93); }
div.DivClassName
{
background-color: #9F5B5D;
}
.BgClassName
{
background-color: #9F5B5D;
}
</style>
border-color css
<style>
span { border-color: #9F5B5D; }
span { border-color: rgb(159,91,93); }
td.TdClassName
{
border-color: #9F5B5D;
}
.TagClassName
{
border-color: #9F5B5D;
}
</style>