Shades of Vin Rouge #94595D
Tints of Vin Rouge #94595D
RGB
CMYK
RGB Variations
Color information
#94595D (or 0x94595D) is known color: Vin Rouge. HEX triplet: 94, 59 and 5D. RGB value is (148,89,93). Sum of RGB (Red+Green+Blue) = 148+89+93=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #94595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94595D is #6BA6A2. Grayscale: #6B6B6B. Windows color (decimal): -7055011 or 6117780. OLE color: 6117780.
HSL color Cylindrical-coordinate representation of color #94595D: hue angle of 355.93º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94595D is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 93 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.42 |
| HSL | 355.93º | 0.25% | 0.46% | - |
| HSV(B) | 355.93º | 0.4% | 0.58% | - |
| XYZ | 17.76 | 14.23 | 12.17 | - |
| YUV | 107.1 | 120.05 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 93 | 0 | 0.40 | 0.37 | 0.42 | 355.93 | 0.25 | 0.46 |
| Hex | 94 | 59 | 5D | 0 | 28 | 25 | 2A | 164 | 19 | 2E |
| Octal | 224 | 131 | 135 | 0 | 50 | 45 | 52 | 544 | 31 | 56 |
| Binary | 10010100 | 1011001 | 1011101 | 0 | 101000 | 100101 | 101010 | 101100100 | 11001 | 101110 |
Color Harmonies of #94595D
Complementary color
Monochromatic Colors of #94595D
Black with #94595D
Text Example
Text Example
White with #94595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94595D; }
p { color: rgb(148,89,93); }
H1.HeaderClassName
{
color: #94595D;
}
.AnyTagClassName
{
color: #94595D;
}
</style>
background-color css
<style>
a { background-color: #94595D; }
a { background-color: rgb(148,89,93); }
div.DivClassName
{
background-color: #94595D;
}
.BgClassName
{
background-color: #94595D;
}
</style>
border-color css
<style>
span { border-color: #94595D; }
span { border-color: rgb(148,89,93); }
td.TdClassName
{
border-color: #94595D;
}
.TagClassName
{
border-color: #94595D;
}
</style>