Shades of Vin Rouge #945664
Tints of Vin Rouge #945664
RGB
CMYK
RGB Variations
Color information
#945664 (or 0x945664) is known color: Vin Rouge. HEX triplet: 94, 56 and 64. RGB value is (148,86,100). Sum of RGB (Red+Green+Blue) = 148+86+100=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #945664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945664 is #6BA99B. Grayscale: #6A6A6A. Windows color (decimal): -7055772 or 6575764. OLE color: 6575764.
HSL color Cylindrical-coordinate representation of color #945664: hue angle of 346.45º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #945664 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 100 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.42 |
| HSL | 346.45º | 0.26% | 0.46% | - |
| HSV(B) | 346.45º | 0.42% | 0.58% | - |
| XYZ | 17.84 | 13.87 | 13.79 | - |
| YUV | 106.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 100 | 0 | 0.42 | 0.32 | 0.42 | 346.45 | 0.26 | 0.46 |
| Hex | 94 | 56 | 64 | 0 | 2A | 20 | 2A | 15A | 1A | 2E |
| Octal | 224 | 126 | 144 | 0 | 52 | 40 | 52 | 532 | 32 | 56 |
| Binary | 10010100 | 1010110 | 1100100 | 0 | 101010 | 100000 | 101010 | 101011010 | 11010 | 101110 |
Color Harmonies of #945664
Complementary color
Monochromatic Colors of #945664
Black with #945664
Text Example
Text Example
White with #945664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945664; }
p { color: rgb(148,86,100); }
H1.HeaderClassName
{
color: #945664;
}
.AnyTagClassName
{
color: #945664;
}
</style>
background-color css
<style>
a { background-color: #945664; }
a { background-color: rgb(148,86,100); }
div.DivClassName
{
background-color: #945664;
}
.BgClassName
{
background-color: #945664;
}
</style>
border-color css
<style>
span { border-color: #945664; }
span { border-color: rgb(148,86,100); }
td.TdClassName
{
border-color: #945664;
}
.TagClassName
{
border-color: #945664;
}
</style>