Shades of Vin Rouge #944F57
Tints of Vin Rouge #944F57
RGB
CMYK
RGB Variations
Color information
#944F57 (or 0x944F57) is known color: Vin Rouge. HEX triplet: 94, 4F and 57. RGB value is (148,79,87). Sum of RGB (Red+Green+Blue) = 148+79+87=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #944F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F57 is #6BB0A8. Grayscale: #646464. Windows color (decimal): -7057577 or 5722004. OLE color: 5722004.
HSL color Cylindrical-coordinate representation of color #944F57: hue angle of 353.04º 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 #944F57 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 87 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.42 |
| HSL | 353.04º | 0.3% | 0.45% | - |
| HSV(B) | 353.04º | 0.47% | 0.58% | - |
| XYZ | 16.73 | 12.58 | 10.56 | - |
| YUV | 100.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 87 | 0 | 0.47 | 0.41 | 0.42 | 353.04 | 0.3 | 0.45 |
| Hex | 94 | 4F | 57 | 0 | 2F | 29 | 2A | 161 | 1E | 2D |
| Octal | 224 | 117 | 127 | 0 | 57 | 51 | 52 | 541 | 36 | 55 |
| Binary | 10010100 | 1001111 | 1010111 | 0 | 101111 | 101001 | 101010 | 101100001 | 11110 | 101101 |
Color Harmonies of #944F57
Complementary color
Monochromatic Colors of #944F57
Black with #944F57
Text Example
Text Example
White with #944F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F57; }
p { color: rgb(148,79,87); }
H1.HeaderClassName
{
color: #944F57;
}
.AnyTagClassName
{
color: #944F57;
}
</style>
background-color css
<style>
a { background-color: #944F57; }
a { background-color: rgb(148,79,87); }
div.DivClassName
{
background-color: #944F57;
}
.BgClassName
{
background-color: #944F57;
}
</style>
border-color css
<style>
span { border-color: #944F57; }
span { border-color: rgb(148,79,87); }
td.TdClassName
{
border-color: #944F57;
}
.TagClassName
{
border-color: #944F57;
}
</style>