Shades of Vin Rouge #954E5D
Tints of Vin Rouge #954E5D
RGB
CMYK
RGB Variations
Color information
#954E5D (or 0x954E5D) is known color: Vin Rouge. HEX triplet: 95, 4E and 5D. RGB value is (149,78,93). Sum of RGB (Red+Green+Blue) = 149+78+93=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #954E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E5D is #6AB1A2. Grayscale: #646464. Windows color (decimal): -6992291 or 6114965. OLE color: 6114965.
HSL color Cylindrical-coordinate representation of color #954E5D: hue angle of 347.32º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E5D is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 93 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.42 |
| HSL | 347.32º | 0.31% | 0.45% | - |
| HSV(B) | 347.32º | 0.48% | 0.58% | - |
| XYZ | 17.09 | 12.63 | 11.89 | - |
| YUV | 100.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 93 | 0 | 0.48 | 0.38 | 0.42 | 347.32 | 0.31 | 0.45 |
| Hex | 95 | 4E | 5D | 0 | 30 | 26 | 2A | 15B | 1F | 2D |
| Octal | 225 | 116 | 135 | 0 | 60 | 46 | 52 | 533 | 37 | 55 |
| Binary | 10010101 | 1001110 | 1011101 | 0 | 110000 | 100110 | 101010 | 101011011 | 11111 | 101101 |
Color Harmonies of #954E5D
Complementary color
Monochromatic Colors of #954E5D
Black with #954E5D
Text Example
Text Example
White with #954E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E5D; }
p { color: rgb(149,78,93); }
H1.HeaderClassName
{
color: #954E5D;
}
.AnyTagClassName
{
color: #954E5D;
}
</style>
background-color css
<style>
a { background-color: #954E5D; }
a { background-color: rgb(149,78,93); }
div.DivClassName
{
background-color: #954E5D;
}
.BgClassName
{
background-color: #954E5D;
}
</style>
border-color css
<style>
span { border-color: #954E5D; }
span { border-color: rgb(149,78,93); }
td.TdClassName
{
border-color: #954E5D;
}
.TagClassName
{
border-color: #954E5D;
}
</style>