Shades of Vin Rouge #944F64
Tints of Vin Rouge #944F64
RGB
CMYK
RGB Variations
Color information
#944F64 (or 0x944F64) is known color: Vin Rouge. HEX triplet: 94, 4F and 64. RGB value is (148,79,100). Sum of RGB (Red+Green+Blue) = 148+79+100=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #944F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F64 is #6BB09B. Grayscale: #666666. Windows color (decimal): -7057564 or 6573972. OLE color: 6573972.
HSL color Cylindrical-coordinate representation of color #944F64: hue angle of 341.74º 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 #944F64 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 100 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.42 |
| HSL | 341.74º | 0.3% | 0.45% | - |
| HSV(B) | 341.74º | 0.47% | 0.58% | - |
| XYZ | 17.31 | 12.81 | 13.62 | - |
| YUV | 102.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 100 | 0 | 0.47 | 0.32 | 0.42 | 341.74 | 0.3 | 0.45 |
| Hex | 94 | 4F | 64 | 0 | 2F | 20 | 2A | 156 | 1E | 2D |
| Octal | 224 | 117 | 144 | 0 | 57 | 40 | 52 | 526 | 36 | 55 |
| Binary | 10010100 | 1001111 | 1100100 | 0 | 101111 | 100000 | 101010 | 101010110 | 11110 | 101101 |
Color Harmonies of #944F64
Complementary color
Monochromatic Colors of #944F64
Black with #944F64
Text Example
Text Example
White with #944F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F64; }
p { color: rgb(148,79,100); }
H1.HeaderClassName
{
color: #944F64;
}
.AnyTagClassName
{
color: #944F64;
}
</style>
background-color css
<style>
a { background-color: #944F64; }
a { background-color: rgb(148,79,100); }
div.DivClassName
{
background-color: #944F64;
}
.BgClassName
{
background-color: #944F64;
}
</style>
border-color css
<style>
span { border-color: #944F64; }
span { border-color: rgb(148,79,100); }
td.TdClassName
{
border-color: #944F64;
}
.TagClassName
{
border-color: #944F64;
}
</style>