Shades of Vin Rouge #995168
Tints of Vin Rouge #995168
RGB
CMYK
RGB Variations
Color information
#995168 (or 0x995168) is known color: Vin Rouge. HEX triplet: 99, 51 and 68. RGB value is (153,81,104). Sum of RGB (Red+Green+Blue) = 153+81+104=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #995168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995168 is #66AE97. Grayscale: #696969. Windows color (decimal): -6729368 or 6836633. OLE color: 6836633.
HSL color Cylindrical-coordinate representation of color #995168: hue angle of 340.83º 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 #995168 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 104 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.4 |
| HSL | 340.83º | 0.31% | 0.46% | - |
| HSV(B) | 340.83º | 0.47% | 0.6% | - |
| XYZ | 18.58 | 13.66 | 14.75 | - |
| YUV | 105.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 104 | 0 | 0.47 | 0.32 | 0.4 | 340.83 | 0.31 | 0.46 |
| Hex | 99 | 51 | 68 | 0 | 2F | 20 | 28 | 155 | 1F | 2E |
| Octal | 231 | 121 | 150 | 0 | 57 | 40 | 50 | 525 | 37 | 56 |
| Binary | 10011001 | 1010001 | 1101000 | 0 | 101111 | 100000 | 101000 | 101010101 | 11111 | 101110 |
Color Harmonies of #995168
Complementary color
Monochromatic Colors of #995168
Black with #995168
Text Example
Text Example
White with #995168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995168; }
p { color: rgb(153,81,104); }
H1.HeaderClassName
{
color: #995168;
}
.AnyTagClassName
{
color: #995168;
}
</style>
background-color css
<style>
a { background-color: #995168; }
a { background-color: rgb(153,81,104); }
div.DivClassName
{
background-color: #995168;
}
.BgClassName
{
background-color: #995168;
}
</style>
border-color css
<style>
span { border-color: #995168; }
span { border-color: rgb(153,81,104); }
td.TdClassName
{
border-color: #995168;
}
.TagClassName
{
border-color: #995168;
}
</style>