Shades of Vin Rouge #954F5B
Tints of Vin Rouge #954F5B
RGB
CMYK
RGB Variations
Color information
#954F5B (or 0x954F5B) is known color: Vin Rouge. HEX triplet: 95, 4F and 5B. RGB value is (149,79,91). Sum of RGB (Red+Green+Blue) = 149+79+91=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #954F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F5B is #6AB0A4. Grayscale: #656565. Windows color (decimal): -6992037 or 5984149. OLE color: 5984149.
HSL color Cylindrical-coordinate representation of color #954F5B: hue angle of 349.71º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F5B is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 91 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.42 |
| HSL | 349.71º | 0.31% | 0.45% | - |
| HSV(B) | 349.71º | 0.47% | 0.58% | - |
| XYZ | 17.08 | 12.74 | 11.46 | - |
| YUV | 101.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 91 | 0 | 0.47 | 0.39 | 0.42 | 349.71 | 0.31 | 0.45 |
| Hex | 95 | 4F | 5B | 0 | 2F | 27 | 2A | 15E | 1F | 2D |
| Octal | 225 | 117 | 133 | 0 | 57 | 47 | 52 | 536 | 37 | 55 |
| Binary | 10010101 | 1001111 | 1011011 | 0 | 101111 | 100111 | 101010 | 101011110 | 11111 | 101101 |
Color Harmonies of #954F5B
Complementary color
Monochromatic Colors of #954F5B
Black with #954F5B
Text Example
Text Example
White with #954F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F5B; }
p { color: rgb(149,79,91); }
H1.HeaderClassName
{
color: #954F5B;
}
.AnyTagClassName
{
color: #954F5B;
}
</style>
background-color css
<style>
a { background-color: #954F5B; }
a { background-color: rgb(149,79,91); }
div.DivClassName
{
background-color: #954F5B;
}
.BgClassName
{
background-color: #954F5B;
}
</style>
border-color css
<style>
span { border-color: #954F5B; }
span { border-color: rgb(149,79,91); }
td.TdClassName
{
border-color: #954F5B;
}
.TagClassName
{
border-color: #954F5B;
}
</style>