Shades of Vin Rouge #995C5E
Tints of Vin Rouge #995C5E
RGB
CMYK
RGB Variations
Color information
#995C5E (or 0x995C5E) is known color: Vin Rouge. HEX triplet: 99, 5C and 5E. RGB value is (153,92,94). Sum of RGB (Red+Green+Blue) = 153+92+94=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #995C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C5E is #66A3A1. Grayscale: #6E6E6E. Windows color (decimal): -6726562 or 6184089. OLE color: 6184089.
HSL color Cylindrical-coordinate representation of color #995C5E: hue angle of 358.03º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C5E is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 94 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.4 |
| HSL | 358.03º | 0.25% | 0.48% | - |
| HSV(B) | 358.03º | 0.4% | 0.6% | - |
| XYZ | 18.98 | 15.23 | 12.53 | - |
| YUV | 110.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 94 | 0 | 0.40 | 0.39 | 0.4 | 358.03 | 0.25 | 0.48 |
| Hex | 99 | 5C | 5E | 0 | 28 | 27 | 28 | 166 | 19 | 30 |
| Octal | 231 | 134 | 136 | 0 | 50 | 47 | 50 | 546 | 31 | 60 |
| Binary | 10011001 | 1011100 | 1011110 | 0 | 101000 | 100111 | 101000 | 101100110 | 11001 | 110000 |
Color Harmonies of #995C5E
Complementary color
Monochromatic Colors of #995C5E
Black with #995C5E
Text Example
Text Example
White with #995C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C5E; }
p { color: rgb(153,92,94); }
H1.HeaderClassName
{
color: #995C5E;
}
.AnyTagClassName
{
color: #995C5E;
}
</style>
background-color css
<style>
a { background-color: #995C5E; }
a { background-color: rgb(153,92,94); }
div.DivClassName
{
background-color: #995C5E;
}
.BgClassName
{
background-color: #995C5E;
}
</style>
border-color css
<style>
span { border-color: #995C5E; }
span { border-color: rgb(153,92,94); }
td.TdClassName
{
border-color: #995C5E;
}
.TagClassName
{
border-color: #995C5E;
}
</style>