Shades of Vin Rouge #955464
Tints of Vin Rouge #955464
RGB
CMYK
RGB Variations
Color information
#955464 (or 0x955464) is known color: Vin Rouge. HEX triplet: 95, 54 and 64. RGB value is (149,84,100). Sum of RGB (Red+Green+Blue) = 149+84+100=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #955464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955464 is #6AAB9B. Grayscale: #696969. Windows color (decimal): -6990748 or 6575253. OLE color: 6575253.
HSL color Cylindrical-coordinate representation of color #955464: hue angle of 345.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955464 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 84 | 100 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.42 |
| HSL | 345.23º | 0.28% | 0.46% | - |
| HSV(B) | 345.23º | 0.44% | 0.58% | - |
| XYZ | 17.87 | 13.65 | 13.75 | - |
| YUV | 105.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 100 | 0 | 0.44 | 0.33 | 0.42 | 345.23 | 0.28 | 0.46 |
| Hex | 95 | 54 | 64 | 0 | 2C | 21 | 2A | 159 | 1C | 2E |
| Octal | 225 | 124 | 144 | 0 | 54 | 41 | 52 | 531 | 34 | 56 |
| Binary | 10010101 | 1010100 | 1100100 | 0 | 101100 | 100001 | 101010 | 101011001 | 11100 | 101110 |
Color Harmonies of #955464
Complementary color
Monochromatic Colors of #955464
Black with #955464
Text Example
Text Example
White with #955464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955464; }
p { color: rgb(149,84,100); }
H1.HeaderClassName
{
color: #955464;
}
.AnyTagClassName
{
color: #955464;
}
</style>
background-color css
<style>
a { background-color: #955464; }
a { background-color: rgb(149,84,100); }
div.DivClassName
{
background-color: #955464;
}
.BgClassName
{
background-color: #955464;
}
</style>
border-color css
<style>
span { border-color: #955464; }
span { border-color: rgb(149,84,100); }
td.TdClassName
{
border-color: #955464;
}
.TagClassName
{
border-color: #955464;
}
</style>