Shades of Vin Rouge #995669
Tints of Vin Rouge #995669
RGB
CMYK
RGB Variations
Color information
#995669 (or 0x995669) is known color: Vin Rouge. HEX triplet: 99, 56 and 69. RGB value is (153,86,105). Sum of RGB (Red+Green+Blue) = 153+86+105=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #995669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995669 is #66A996. Grayscale: #6C6C6C. Windows color (decimal): -6728087 or 6903449. OLE color: 6903449.
HSL color Cylindrical-coordinate representation of color #995669: hue angle of 342.99º degrees, saturation: 0.28, 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 #995669 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 86 | 105 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.4 |
| HSL | 342.99º | 0.28% | 0.47% | - |
| HSV(B) | 342.99º | 0.44% | 0.6% | - |
| XYZ | 19.01 | 14.45 | 15.15 | - |
| YUV | 108.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 105 | 0 | 0.44 | 0.31 | 0.4 | 342.99 | 0.28 | 0.47 |
| Hex | 99 | 56 | 69 | 0 | 2C | 1F | 28 | 157 | 1C | 2F |
| Octal | 231 | 126 | 151 | 0 | 54 | 37 | 50 | 527 | 34 | 57 |
| Binary | 10011001 | 1010110 | 1101001 | 0 | 101100 | 11111 | 101000 | 101010111 | 11100 | 101111 |
Color Harmonies of #995669
Complementary color
Monochromatic Colors of #995669
Black with #995669
Text Example
Text Example
White with #995669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995669; }
p { color: rgb(153,86,105); }
H1.HeaderClassName
{
color: #995669;
}
.AnyTagClassName
{
color: #995669;
}
</style>
background-color css
<style>
a { background-color: #995669; }
a { background-color: rgb(153,86,105); }
div.DivClassName
{
background-color: #995669;
}
.BgClassName
{
background-color: #995669;
}
</style>
border-color css
<style>
span { border-color: #995669; }
span { border-color: rgb(153,86,105); }
td.TdClassName
{
border-color: #995669;
}
.TagClassName
{
border-color: #995669;
}
</style>