Shades of Vin Rouge #995D5F
Tints of Vin Rouge #995D5F
RGB
CMYK
RGB Variations
Color information
#995D5F (or 0x995D5F) is known color: Vin Rouge. HEX triplet: 99, 5D and 5F. RGB value is (153,93,95). Sum of RGB (Red+Green+Blue) = 153+93+95=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #995D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995D5F is #66A2A0. Grayscale: #6F6F6F. Windows color (decimal): -6726305 or 6249881. OLE color: 6249881.
HSL color Cylindrical-coordinate representation of color #995D5F: hue angle of 358º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #995D5F is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 95 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.4 |
| HSL | 358º | 0.24% | 0.48% | - |
| HSV(B) | 358º | 0.39% | 0.6% | - |
| XYZ | 19.12 | 15.43 | 12.8 | - |
| YUV | 111.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 95 | 0 | 0.39 | 0.38 | 0.4 | 358 | 0.24 | 0.48 |
| Hex | 99 | 5D | 5F | 0 | 27 | 26 | 28 | 166 | 18 | 30 |
| Octal | 231 | 135 | 137 | 0 | 47 | 46 | 50 | 546 | 30 | 60 |
| Binary | 10011001 | 1011101 | 1011111 | 0 | 100111 | 100110 | 101000 | 101100110 | 11000 | 110000 |
Color Harmonies of #995D5F
Complementary color
Monochromatic Colors of #995D5F
Black with #995D5F
Text Example
Text Example
White with #995D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D5F; }
p { color: rgb(153,93,95); }
H1.HeaderClassName
{
color: #995D5F;
}
.AnyTagClassName
{
color: #995D5F;
}
</style>
background-color css
<style>
a { background-color: #995D5F; }
a { background-color: rgb(153,93,95); }
div.DivClassName
{
background-color: #995D5F;
}
.BgClassName
{
background-color: #995D5F;
}
</style>
border-color css
<style>
span { border-color: #995D5F; }
span { border-color: rgb(153,93,95); }
td.TdClassName
{
border-color: #995D5F;
}
.TagClassName
{
border-color: #995D5F;
}
</style>