Shades of Vin Rouge #945564
Tints of Vin Rouge #945564
RGB
CMYK
RGB Variations
Color information
#945564 (or 0x945564) is known color: Vin Rouge. HEX triplet: 94, 55 and 64. RGB value is (148,85,100). Sum of RGB (Red+Green+Blue) = 148+85+100=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #945564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945564 is #6BAA9B. Grayscale: #696969. Windows color (decimal): -7056028 or 6575508. OLE color: 6575508.
HSL color Cylindrical-coordinate representation of color #945564: hue angle of 345.71º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945564 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 85 | 100 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.42 |
| HSL | 345.71º | 0.27% | 0.46% | - |
| HSV(B) | 345.71º | 0.43% | 0.58% | - |
| XYZ | 17.76 | 13.71 | 13.77 | - |
| YUV | 105.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 85 | 100 | 0 | 0.43 | 0.32 | 0.42 | 345.71 | 0.27 | 0.46 |
| Hex | 94 | 55 | 64 | 0 | 2B | 20 | 2A | 15A | 1B | 2E |
| Octal | 224 | 125 | 144 | 0 | 53 | 40 | 52 | 532 | 33 | 56 |
| Binary | 10010100 | 1010101 | 1100100 | 0 | 101011 | 100000 | 101010 | 101011010 | 11011 | 101110 |
Color Harmonies of #945564
Complementary color
Monochromatic Colors of #945564
Black with #945564
Text Example
Text Example
White with #945564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945564; }
p { color: rgb(148,85,100); }
H1.HeaderClassName
{
color: #945564;
}
.AnyTagClassName
{
color: #945564;
}
</style>
background-color css
<style>
a { background-color: #945564; }
a { background-color: rgb(148,85,100); }
div.DivClassName
{
background-color: #945564;
}
.BgClassName
{
background-color: #945564;
}
</style>
border-color css
<style>
span { border-color: #945564; }
span { border-color: rgb(148,85,100); }
td.TdClassName
{
border-color: #945564;
}
.TagClassName
{
border-color: #945564;
}
</style>