Shades of Vin Rouge #944D5A
Tints of Vin Rouge #944D5A
RGB
CMYK
RGB Variations
Color information
#944D5A (or 0x944D5A) is known color: Vin Rouge. HEX triplet: 94, 4D and 5A. RGB value is (148,77,90). Sum of RGB (Red+Green+Blue) = 148+77+90=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #944D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944D5A is #6BB2A5. Grayscale: #636363. Windows color (decimal): -7058086 or 5918100. OLE color: 5918100.
HSL color Cylindrical-coordinate representation of color #944D5A: hue angle of 349.01º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #944D5A is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 77 | 90 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.42 |
| HSL | 349.01º | 0.32% | 0.44% | - |
| HSV(B) | 349.01º | 0.48% | 0.58% | - |
| XYZ | 16.71 | 12.34 | 11.17 | - |
| YUV | 99.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 90 | 0 | 0.48 | 0.39 | 0.42 | 349.01 | 0.32 | 0.44 |
| Hex | 94 | 4D | 5A | 0 | 30 | 27 | 2A | 15D | 20 | 2C |
| Octal | 224 | 115 | 132 | 0 | 60 | 47 | 52 | 535 | 40 | 54 |
| Binary | 10010100 | 1001101 | 1011010 | 0 | 110000 | 100111 | 101010 | 101011101 | 100000 | 101100 |
Color Harmonies of #944D5A
Complementary color
Monochromatic Colors of #944D5A
Black with #944D5A
Text Example
Text Example
White with #944D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D5A; }
p { color: rgb(148,77,90); }
H1.HeaderClassName
{
color: #944D5A;
}
.AnyTagClassName
{
color: #944D5A;
}
</style>
background-color css
<style>
a { background-color: #944D5A; }
a { background-color: rgb(148,77,90); }
div.DivClassName
{
background-color: #944D5A;
}
.BgClassName
{
background-color: #944D5A;
}
</style>
border-color css
<style>
span { border-color: #944D5A; }
span { border-color: rgb(148,77,90); }
td.TdClassName
{
border-color: #944D5A;
}
.TagClassName
{
border-color: #944D5A;
}
</style>