Shades of Vin Rouge #995B68
Tints of Vin Rouge #995B68
RGB
CMYK
RGB Variations
Color information
#995B68 (or 0x995B68) is known color: Vin Rouge. HEX triplet: 99, 5B and 68. RGB value is (153,91,104). Sum of RGB (Red+Green+Blue) = 153+91+104=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #995B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B68 is #66A497. Grayscale: #6F6F6F. Windows color (decimal): -6726808 or 6839193. OLE color: 6839193.
HSL color Cylindrical-coordinate representation of color #995B68: hue angle of 347.42º degrees, saturation: 0.25, 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 #995B68 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 91 | 104 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.4 |
| HSL | 347.42º | 0.25% | 0.48% | - |
| HSV(B) | 347.42º | 0.41% | 0.6% | - |
| XYZ | 19.38 | 15.25 | 15.02 | - |
| YUV | 111.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 104 | 0 | 0.41 | 0.32 | 0.4 | 347.42 | 0.25 | 0.48 |
| Hex | 99 | 5B | 68 | 0 | 29 | 20 | 28 | 15B | 19 | 30 |
| Octal | 231 | 133 | 150 | 0 | 51 | 40 | 50 | 533 | 31 | 60 |
| Binary | 10011001 | 1011011 | 1101000 | 0 | 101001 | 100000 | 101000 | 101011011 | 11001 | 110000 |
Color Harmonies of #995B68
Complementary color
Monochromatic Colors of #995B68
Black with #995B68
Text Example
Text Example
White with #995B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995B68; }
p { color: rgb(153,91,104); }
H1.HeaderClassName
{
color: #995B68;
}
.AnyTagClassName
{
color: #995B68;
}
</style>
background-color css
<style>
a { background-color: #995B68; }
a { background-color: rgb(153,91,104); }
div.DivClassName
{
background-color: #995B68;
}
.BgClassName
{
background-color: #995B68;
}
</style>
border-color css
<style>
span { border-color: #995B68; }
span { border-color: rgb(153,91,104); }
td.TdClassName
{
border-color: #995B68;
}
.TagClassName
{
border-color: #995B68;
}
</style>