Shades of Vin Rouge #995A66
Tints of Vin Rouge #995A66
RGB
CMYK
RGB Variations
Color information
#995A66 (or 0x995A66) is known color: Vin Rouge. HEX triplet: 99, 5A and 66. RGB value is (153,90,102). Sum of RGB (Red+Green+Blue) = 153+90+102=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #995A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995A66 is #66A599. Grayscale: #6E6E6E. Windows color (decimal): -6727066 or 6707865. OLE color: 6707865.
HSL color Cylindrical-coordinate representation of color #995A66: hue angle of 348.57º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995A66 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 102 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.4 |
| HSL | 348.57º | 0.26% | 0.48% | - |
| HSV(B) | 348.57º | 0.41% | 0.6% | - |
| XYZ | 19.19 | 15.04 | 14.46 | - |
| YUV | 110.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 102 | 0 | 0.41 | 0.33 | 0.4 | 348.57 | 0.26 | 0.48 |
| Hex | 99 | 5A | 66 | 0 | 29 | 21 | 28 | 15D | 1A | 30 |
| Octal | 231 | 132 | 146 | 0 | 51 | 41 | 50 | 535 | 32 | 60 |
| Binary | 10011001 | 1011010 | 1100110 | 0 | 101001 | 100001 | 101000 | 101011101 | 11010 | 110000 |
Color Harmonies of #995A66
Complementary color
Monochromatic Colors of #995A66
Black with #995A66
Text Example
Text Example
White with #995A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A66; }
p { color: rgb(153,90,102); }
H1.HeaderClassName
{
color: #995A66;
}
.AnyTagClassName
{
color: #995A66;
}
</style>
background-color css
<style>
a { background-color: #995A66; }
a { background-color: rgb(153,90,102); }
div.DivClassName
{
background-color: #995A66;
}
.BgClassName
{
background-color: #995A66;
}
</style>
border-color css
<style>
span { border-color: #995A66; }
span { border-color: rgb(153,90,102); }
td.TdClassName
{
border-color: #995A66;
}
.TagClassName
{
border-color: #995A66;
}
</style>