Shades of Vin Rouge #945665
Tints of Vin Rouge #945665
RGB
CMYK
RGB Variations
Color information
#945665 (or 0x945665) is known color: Vin Rouge. HEX triplet: 94, 56 and 65. RGB value is (148,86,101). Sum of RGB (Red+Green+Blue) = 148+86+101=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #945665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945665 is #6BA99A. Grayscale: #6A6A6A. Windows color (decimal): -7055771 or 6641300. OLE color: 6641300.
HSL color Cylindrical-coordinate representation of color #945665: hue angle of 345.48º 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 #945665 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 101 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.42 |
| HSL | 345.48º | 0.26% | 0.46% | - |
| HSV(B) | 345.48º | 0.42% | 0.58% | - |
| XYZ | 17.89 | 13.89 | 14.05 | - |
| YUV | 106.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 101 | 0 | 0.42 | 0.32 | 0.42 | 345.48 | 0.26 | 0.46 |
| Hex | 94 | 56 | 65 | 0 | 2A | 20 | 2A | 159 | 1A | 2E |
| Octal | 224 | 126 | 145 | 0 | 52 | 40 | 52 | 531 | 32 | 56 |
| Binary | 10010100 | 1010110 | 1100101 | 0 | 101010 | 100000 | 101010 | 101011001 | 11010 | 101110 |
Color Harmonies of #945665
Complementary color
Monochromatic Colors of #945665
Black with #945665
Text Example
Text Example
White with #945665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945665; }
p { color: rgb(148,86,101); }
H1.HeaderClassName
{
color: #945665;
}
.AnyTagClassName
{
color: #945665;
}
</style>
background-color css
<style>
a { background-color: #945665; }
a { background-color: rgb(148,86,101); }
div.DivClassName
{
background-color: #945665;
}
.BgClassName
{
background-color: #945665;
}
</style>
border-color css
<style>
span { border-color: #945665; }
span { border-color: rgb(148,86,101); }
td.TdClassName
{
border-color: #945665;
}
.TagClassName
{
border-color: #945665;
}
</style>