Shades of Vin Rouge #995366
Tints of Vin Rouge #995366
RGB
CMYK
RGB Variations
Color information
#995366 (or 0x995366) is known color: Vin Rouge. HEX triplet: 99, 53 and 66. RGB value is (153,83,102). Sum of RGB (Red+Green+Blue) = 153+83+102=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #995366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995366 is #66AC99. Grayscale: #6A6A6A. Windows color (decimal): -6728858 or 6706073. OLE color: 6706073.
HSL color Cylindrical-coordinate representation of color #995366: hue angle of 343.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995366 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 102 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.4 |
| HSL | 343.71º | 0.3% | 0.46% | - |
| HSV(B) | 343.71º | 0.46% | 0.6% | - |
| XYZ | 18.63 | 13.92 | 14.28 | - |
| YUV | 106.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 102 | 0 | 0.46 | 0.33 | 0.4 | 343.71 | 0.3 | 0.46 |
| Hex | 99 | 53 | 66 | 0 | 2E | 21 | 28 | 158 | 1E | 2E |
| Octal | 231 | 123 | 146 | 0 | 56 | 41 | 50 | 530 | 36 | 56 |
| Binary | 10011001 | 1010011 | 1100110 | 0 | 101110 | 100001 | 101000 | 101011000 | 11110 | 101110 |
Color Harmonies of #995366
Complementary color
Monochromatic Colors of #995366
Black with #995366
Text Example
Text Example
White with #995366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995366; }
p { color: rgb(153,83,102); }
H1.HeaderClassName
{
color: #995366;
}
.AnyTagClassName
{
color: #995366;
}
</style>
background-color css
<style>
a { background-color: #995366; }
a { background-color: rgb(153,83,102); }
div.DivClassName
{
background-color: #995366;
}
.BgClassName
{
background-color: #995366;
}
</style>
border-color css
<style>
span { border-color: #995366; }
span { border-color: rgb(153,83,102); }
td.TdClassName
{
border-color: #995366;
}
.TagClassName
{
border-color: #995366;
}
</style>