Shades of Vin Rouge #944F5A
Tints of Vin Rouge #944F5A
RGB
CMYK
RGB Variations
Color information
#944F5A (or 0x944F5A) is known color: Vin Rouge. HEX triplet: 94, 4F and 5A. RGB value is (148,79,90). Sum of RGB (Red+Green+Blue) = 148+79+90=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #944F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F5A is #6BB0A5. Grayscale: #646464. Windows color (decimal): -7057574 or 5918612. OLE color: 5918612.
HSL color Cylindrical-coordinate representation of color #944F5A: hue angle of 350.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944F5A is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 90 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.42 |
| HSL | 350.43º | 0.3% | 0.45% | - |
| HSV(B) | 350.43º | 0.47% | 0.58% | - |
| XYZ | 16.85 | 12.63 | 11.22 | - |
| YUV | 100.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 90 | 0 | 0.47 | 0.39 | 0.42 | 350.43 | 0.3 | 0.45 |
| Hex | 94 | 4F | 5A | 0 | 2F | 27 | 2A | 15E | 1E | 2D |
| Octal | 224 | 117 | 132 | 0 | 57 | 47 | 52 | 536 | 36 | 55 |
| Binary | 10010100 | 1001111 | 1011010 | 0 | 101111 | 100111 | 101010 | 101011110 | 11110 | 101101 |
Color Harmonies of #944F5A
Complementary color
Monochromatic Colors of #944F5A
Black with #944F5A
Text Example
Text Example
White with #944F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F5A; }
p { color: rgb(148,79,90); }
H1.HeaderClassName
{
color: #944F5A;
}
.AnyTagClassName
{
color: #944F5A;
}
</style>
background-color css
<style>
a { background-color: #944F5A; }
a { background-color: rgb(148,79,90); }
div.DivClassName
{
background-color: #944F5A;
}
.BgClassName
{
background-color: #944F5A;
}
</style>
border-color css
<style>
span { border-color: #944F5A; }
span { border-color: rgb(148,79,90); }
td.TdClassName
{
border-color: #944F5A;
}
.TagClassName
{
border-color: #944F5A;
}
</style>