Shades of Vin Rouge #995562
Tints of Vin Rouge #995562
RGB
CMYK
RGB Variations
Color information
#995562 (or 0x995562) is known color: Vin Rouge. HEX triplet: 99, 55 and 62. RGB value is (153,85,98). Sum of RGB (Red+Green+Blue) = 153+85+98=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #995562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995562 is #66AA9D. Grayscale: #6A6A6A. Windows color (decimal): -6728350 or 6444441. OLE color: 6444441.
HSL color Cylindrical-coordinate representation of color #995562: hue angle of 348.53º 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 #995562 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 98 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.4 |
| HSL | 348.53º | 0.29% | 0.47% | - |
| HSV(B) | 348.53º | 0.44% | 0.6% | - |
| XYZ | 18.59 | 14.15 | 13.31 | - |
| YUV | 106.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 98 | 0 | 0.44 | 0.36 | 0.4 | 348.53 | 0.29 | 0.47 |
| Hex | 99 | 55 | 62 | 0 | 2C | 24 | 28 | 15D | 1D | 2F |
| Octal | 231 | 125 | 142 | 0 | 54 | 44 | 50 | 535 | 35 | 57 |
| Binary | 10011001 | 1010101 | 1100010 | 0 | 101100 | 100100 | 101000 | 101011101 | 11101 | 101111 |
Color Harmonies of #995562
Complementary color
Monochromatic Colors of #995562
Black with #995562
Text Example
Text Example
White with #995562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995562; }
p { color: rgb(153,85,98); }
H1.HeaderClassName
{
color: #995562;
}
.AnyTagClassName
{
color: #995562;
}
</style>
background-color css
<style>
a { background-color: #995562; }
a { background-color: rgb(153,85,98); }
div.DivClassName
{
background-color: #995562;
}
.BgClassName
{
background-color: #995562;
}
</style>
border-color css
<style>
span { border-color: #995562; }
span { border-color: rgb(153,85,98); }
td.TdClassName
{
border-color: #995562;
}
.TagClassName
{
border-color: #995562;
}
</style>