Shades of Vin Rouge #994F56
Tints of Vin Rouge #994F56
RGB
CMYK
RGB Variations
Color information
#994F56 (or 0x994F56) is known color: Vin Rouge. HEX triplet: 99, 4F and 56. RGB value is (153,79,86). Sum of RGB (Red+Green+Blue) = 153+79+86=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #994F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F56 is #66B0A9. Grayscale: #656565. Windows color (decimal): -6729898 or 5656473. OLE color: 5656473.
HSL color Cylindrical-coordinate representation of color #994F56: hue angle of 354.32º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F56 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 86 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.4 |
| HSL | 354.32º | 0.32% | 0.45% | - |
| HSV(B) | 354.32º | 0.48% | 0.6% | - |
| XYZ | 17.61 | 13.04 | 10.39 | - |
| YUV | 101.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 86 | 0 | 0.48 | 0.44 | 0.4 | 354.32 | 0.32 | 0.45 |
| Hex | 99 | 4F | 56 | 0 | 30 | 2C | 28 | 162 | 20 | 2D |
| Octal | 231 | 117 | 126 | 0 | 60 | 54 | 50 | 542 | 40 | 55 |
| Binary | 10011001 | 1001111 | 1010110 | 0 | 110000 | 101100 | 101000 | 101100010 | 100000 | 101101 |
Color Harmonies of #994F56
Complementary color
Monochromatic Colors of #994F56
Black with #994F56
Text Example
Text Example
White with #994F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F56; }
p { color: rgb(153,79,86); }
H1.HeaderClassName
{
color: #994F56;
}
.AnyTagClassName
{
color: #994F56;
}
</style>
background-color css
<style>
a { background-color: #994F56; }
a { background-color: rgb(153,79,86); }
div.DivClassName
{
background-color: #994F56;
}
.BgClassName
{
background-color: #994F56;
}
</style>
border-color css
<style>
span { border-color: #994F56; }
span { border-color: rgb(153,79,86); }
td.TdClassName
{
border-color: #994F56;
}
.TagClassName
{
border-color: #994F56;
}
</style>