Shades of Vin Rouge #954F56
Tints of Vin Rouge #954F56
RGB
CMYK
RGB Variations
Color information
#954F56 (or 0x954F56) is known color: Vin Rouge. HEX triplet: 95, 4F and 56. RGB value is (149,79,86). Sum of RGB (Red+Green+Blue) = 149+79+86=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #954F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F56 is #6AB0A9. Grayscale: #646464. Windows color (decimal): -6992042 or 5656469. OLE color: 5656469.
HSL color Cylindrical-coordinate representation of color #954F56: hue angle of 354º 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 #954F56 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 86 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.42 |
| HSL | 354º | 0.31% | 0.45% | - |
| HSV(B) | 354º | 0.47% | 0.58% | - |
| XYZ | 16.87 | 12.65 | 10.36 | - |
| YUV | 100.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 86 | 0 | 0.47 | 0.42 | 0.42 | 354 | 0.31 | 0.45 |
| Hex | 95 | 4F | 56 | 0 | 2F | 2A | 2A | 162 | 1F | 2D |
| Octal | 225 | 117 | 126 | 0 | 57 | 52 | 52 | 542 | 37 | 55 |
| Binary | 10010101 | 1001111 | 1010110 | 0 | 101111 | 101010 | 101010 | 101100010 | 11111 | 101101 |
Color Harmonies of #954F56
Complementary color
Monochromatic Colors of #954F56
Black with #954F56
Text Example
Text Example
White with #954F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F56; }
p { color: rgb(149,79,86); }
H1.HeaderClassName
{
color: #954F56;
}
.AnyTagClassName
{
color: #954F56;
}
</style>
background-color css
<style>
a { background-color: #954F56; }
a { background-color: rgb(149,79,86); }
div.DivClassName
{
background-color: #954F56;
}
.BgClassName
{
background-color: #954F56;
}
</style>
border-color css
<style>
span { border-color: #954F56; }
span { border-color: rgb(149,79,86); }
td.TdClassName
{
border-color: #954F56;
}
.TagClassName
{
border-color: #954F56;
}
</style>