Shades of Vin Rouge #955566
Tints of Vin Rouge #955566
RGB
CMYK
RGB Variations
Color information
#955566 (or 0x955566) is known color: Vin Rouge. HEX triplet: 95, 55 and 66. RGB value is (149,85,102). Sum of RGB (Red+Green+Blue) = 149+85+102=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #955566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955566 is #6AAA99. Grayscale: #6A6A6A. Windows color (decimal): -6990490 or 6706581. OLE color: 6706581.
HSL color Cylindrical-coordinate representation of color #955566: hue angle of 344.06º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #955566 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 102 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.42 |
| HSL | 344.06º | 0.27% | 0.46% | - |
| HSV(B) | 344.06º | 0.43% | 0.58% | - |
| XYZ | 18.04 | 13.85 | 14.29 | - |
| YUV | 106.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 102 | 0 | 0.43 | 0.32 | 0.42 | 344.06 | 0.27 | 0.46 |
| Hex | 95 | 55 | 66 | 0 | 2B | 20 | 2A | 158 | 1B | 2E |
| Octal | 225 | 125 | 146 | 0 | 53 | 40 | 52 | 530 | 33 | 56 |
| Binary | 10010101 | 1010101 | 1100110 | 0 | 101011 | 100000 | 101010 | 101011000 | 11011 | 101110 |
Color Harmonies of #955566
Complementary color
Monochromatic Colors of #955566
Black with #955566
Text Example
Text Example
White with #955566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955566; }
p { color: rgb(149,85,102); }
H1.HeaderClassName
{
color: #955566;
}
.AnyTagClassName
{
color: #955566;
}
</style>
background-color css
<style>
a { background-color: #955566; }
a { background-color: rgb(149,85,102); }
div.DivClassName
{
background-color: #955566;
}
.BgClassName
{
background-color: #955566;
}
</style>
border-color css
<style>
span { border-color: #955566; }
span { border-color: rgb(149,85,102); }
td.TdClassName
{
border-color: #955566;
}
.TagClassName
{
border-color: #955566;
}
</style>