Shades of Vin Rouge #995159
Tints of Vin Rouge #995159
RGB
CMYK
RGB Variations
Color information
#995159 (or 0x995159) is known color: Vin Rouge. HEX triplet: 99, 51 and 59. RGB value is (153,81,89). Sum of RGB (Red+Green+Blue) = 153+81+89=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995159 is #66AEA6. Grayscale: #676767. Windows color (decimal): -6729383 or 5853593. OLE color: 5853593.
HSL color Cylindrical-coordinate representation of color #995159: hue angle of 353.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995159 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 89 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.4 |
| HSL | 353.33º | 0.31% | 0.46% | - |
| HSV(B) | 353.33º | 0.47% | 0.6% | - |
| XYZ | 17.88 | 13.38 | 11.09 | - |
| YUV | 103.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 89 | 0 | 0.47 | 0.42 | 0.4 | 353.33 | 0.31 | 0.46 |
| Hex | 99 | 51 | 59 | 0 | 2F | 2A | 28 | 161 | 1F | 2E |
| Octal | 231 | 121 | 131 | 0 | 57 | 52 | 50 | 541 | 37 | 56 |
| Binary | 10011001 | 1010001 | 1011001 | 0 | 101111 | 101010 | 101000 | 101100001 | 11111 | 101110 |
Color Harmonies of #995159
Complementary color
Monochromatic Colors of #995159
Black with #995159
Text Example
Text Example
White with #995159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995159; }
p { color: rgb(153,81,89); }
H1.HeaderClassName
{
color: #995159;
}
.AnyTagClassName
{
color: #995159;
}
</style>
background-color css
<style>
a { background-color: #995159; }
a { background-color: rgb(153,81,89); }
div.DivClassName
{
background-color: #995159;
}
.BgClassName
{
background-color: #995159;
}
</style>
border-color css
<style>
span { border-color: #995159; }
span { border-color: rgb(153,81,89); }
td.TdClassName
{
border-color: #995159;
}
.TagClassName
{
border-color: #995159;
}
</style>