Shades of Vin Rouge #995171
Tints of Vin Rouge #995171
RGB
CMYK
RGB Variations
Color information
#995171 (or 0x995171) is known color: Vin Rouge. HEX triplet: 99, 51 and 71. RGB value is (153,81,113). Sum of RGB (Red+Green+Blue) = 153+81+113=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #995171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995171 is #66AE8E. Grayscale: #6A6A6A. Windows color (decimal): -6729359 or 7426457. OLE color: 7426457.
HSL color Cylindrical-coordinate representation of color #995171: hue angle of 333.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 #995171 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 113 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.4 |
| HSL | 333.33º | 0.31% | 0.46% | - |
| HSV(B) | 333.33º | 0.47% | 0.6% | - |
| XYZ | 19.06 | 13.85 | 17.29 | - |
| YUV | 106.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 113 | 0 | 0.47 | 0.26 | 0.4 | 333.33 | 0.31 | 0.46 |
| Hex | 99 | 51 | 71 | 0 | 2F | 1A | 28 | 14D | 1F | 2E |
| Octal | 231 | 121 | 161 | 0 | 57 | 32 | 50 | 515 | 37 | 56 |
| Binary | 10011001 | 1010001 | 1110001 | 0 | 101111 | 11010 | 101000 | 101001101 | 11111 | 101110 |
Color Harmonies of #995171
Complementary color
Monochromatic Colors of #995171
Black with #995171
Text Example
Text Example
White with #995171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995171; }
p { color: rgb(153,81,113); }
H1.HeaderClassName
{
color: #995171;
}
.AnyTagClassName
{
color: #995171;
}
</style>
background-color css
<style>
a { background-color: #995171; }
a { background-color: rgb(153,81,113); }
div.DivClassName
{
background-color: #995171;
}
.BgClassName
{
background-color: #995171;
}
</style>
border-color css
<style>
span { border-color: #995171; }
span { border-color: rgb(153,81,113); }
td.TdClassName
{
border-color: #995171;
}
.TagClassName
{
border-color: #995171;
}
</style>