Shades of Vin Rouge #945B66
Tints of Vin Rouge #945B66
RGB
CMYK
RGB Variations
Color information
#945B66 (or 0x945B66) is known color: Vin Rouge. HEX triplet: 94, 5B and 66. RGB value is (148,91,102). Sum of RGB (Red+Green+Blue) = 148+91+102=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #945B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B66 is #6BA499. Grayscale: #6D6D6D. Windows color (decimal): -7054490 or 6708116. OLE color: 6708116.
HSL color Cylindrical-coordinate representation of color #945B66: hue angle of 348.42º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945B66 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 91 | 102 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.42 |
| HSL | 348.42º | 0.24% | 0.47% | - |
| HSV(B) | 348.42º | 0.39% | 0.58% | - |
| XYZ | 18.35 | 14.74 | 14.45 | - |
| YUV | 109.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 102 | 0 | 0.39 | 0.31 | 0.42 | 348.42 | 0.24 | 0.47 |
| Hex | 94 | 5B | 66 | 0 | 27 | 1F | 2A | 15C | 18 | 2F |
| Octal | 224 | 133 | 146 | 0 | 47 | 37 | 52 | 534 | 30 | 57 |
| Binary | 10010100 | 1011011 | 1100110 | 0 | 100111 | 11111 | 101010 | 101011100 | 11000 | 101111 |
Color Harmonies of #945B66
Complementary color
Monochromatic Colors of #945B66
Black with #945B66
Text Example
Text Example
White with #945B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945B66; }
p { color: rgb(148,91,102); }
H1.HeaderClassName
{
color: #945B66;
}
.AnyTagClassName
{
color: #945B66;
}
</style>
background-color css
<style>
a { background-color: #945B66; }
a { background-color: rgb(148,91,102); }
div.DivClassName
{
background-color: #945B66;
}
.BgClassName
{
background-color: #945B66;
}
</style>
border-color css
<style>
span { border-color: #945B66; }
span { border-color: rgb(148,91,102); }
td.TdClassName
{
border-color: #945B66;
}
.TagClassName
{
border-color: #945B66;
}
</style>