Shades of Vin Rouge #995559
Tints of Vin Rouge #995559
RGB
CMYK
RGB Variations
Color information
#995559 (or 0x995559) is known color: Vin Rouge. HEX triplet: 99, 55 and 59. RGB value is (153,85,89). Sum of RGB (Red+Green+Blue) = 153+85+89=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #995559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995559 is #66AAA6. Grayscale: #696969. Windows color (decimal): -6728359 or 5854617. OLE color: 5854617.
HSL color Cylindrical-coordinate representation of color #995559: hue angle of 356.47º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995559 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 89 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.4 |
| HSL | 356.47º | 0.29% | 0.47% | - |
| HSV(B) | 356.47º | 0.44% | 0.6% | - |
| XYZ | 18.19 | 13.99 | 11.19 | - |
| YUV | 105.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 89 | 0 | 0.44 | 0.42 | 0.4 | 356.47 | 0.29 | 0.47 |
| Hex | 99 | 55 | 59 | 0 | 2C | 2A | 28 | 164 | 1D | 2F |
| Octal | 231 | 125 | 131 | 0 | 54 | 52 | 50 | 544 | 35 | 57 |
| Binary | 10011001 | 1010101 | 1011001 | 0 | 101100 | 101010 | 101000 | 101100100 | 11101 | 101111 |
Color Harmonies of #995559
Complementary color
Monochromatic Colors of #995559
Black with #995559
Text Example
Text Example
White with #995559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995559; }
p { color: rgb(153,85,89); }
H1.HeaderClassName
{
color: #995559;
}
.AnyTagClassName
{
color: #995559;
}
</style>
background-color css
<style>
a { background-color: #995559; }
a { background-color: rgb(153,85,89); }
div.DivClassName
{
background-color: #995559;
}
.BgClassName
{
background-color: #995559;
}
</style>
border-color css
<style>
span { border-color: #995559; }
span { border-color: rgb(153,85,89); }
td.TdClassName
{
border-color: #995559;
}
.TagClassName
{
border-color: #995559;
}
</style>