Shades of Vin Rouge #955A64
Tints of Vin Rouge #955A64
RGB
CMYK
RGB Variations
Color information
#955A64 (or 0x955A64) is known color: Vin Rouge. HEX triplet: 95, 5A and 64. RGB value is (149,90,100). Sum of RGB (Red+Green+Blue) = 149+90+100=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #955A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A64 is #6AA59B. Grayscale: #6C6C6C. Windows color (decimal): -6989212 or 6576789. OLE color: 6576789.
HSL color Cylindrical-coordinate representation of color #955A64: hue angle of 349.83º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A64 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 100 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.42 |
| HSL | 349.83º | 0.25% | 0.47% | - |
| HSV(B) | 349.83º | 0.4% | 0.58% | - |
| XYZ | 18.35 | 14.62 | 13.91 | - |
| YUV | 108.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 100 | 0 | 0.40 | 0.33 | 0.42 | 349.83 | 0.25 | 0.47 |
| Hex | 95 | 5A | 64 | 0 | 28 | 21 | 2A | 15E | 19 | 2F |
| Octal | 225 | 132 | 144 | 0 | 50 | 41 | 52 | 536 | 31 | 57 |
| Binary | 10010101 | 1011010 | 1100100 | 0 | 101000 | 100001 | 101010 | 101011110 | 11001 | 101111 |
Color Harmonies of #955A64
Complementary color
Monochromatic Colors of #955A64
Black with #955A64
Text Example
Text Example
White with #955A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A64; }
p { color: rgb(149,90,100); }
H1.HeaderClassName
{
color: #955A64;
}
.AnyTagClassName
{
color: #955A64;
}
</style>
background-color css
<style>
a { background-color: #955A64; }
a { background-color: rgb(149,90,100); }
div.DivClassName
{
background-color: #955A64;
}
.BgClassName
{
background-color: #955A64;
}
</style>
border-color css
<style>
span { border-color: #955A64; }
span { border-color: rgb(149,90,100); }
td.TdClassName
{
border-color: #955A64;
}
.TagClassName
{
border-color: #955A64;
}
</style>