Shades of Vin Rouge #94565C
Tints of Vin Rouge #94565C
RGB
CMYK
RGB Variations
Color information
#94565C (or 0x94565C) is known color: Vin Rouge. HEX triplet: 94, 56 and 5C. RGB value is (148,86,92). Sum of RGB (Red+Green+Blue) = 148+86+92=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94565C is #6BA9A3. Grayscale: #696969. Windows color (decimal): -7055780 or 6051476. OLE color: 6051476.
HSL color Cylindrical-coordinate representation of color #94565C: hue angle of 354.19º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94565C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 92 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.42 |
| HSL | 354.19º | 0.26% | 0.46% | - |
| HSV(B) | 354.19º | 0.42% | 0.58% | - |
| XYZ | 17.47 | 13.72 | 11.85 | - |
| YUV | 105.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 92 | 0 | 0.42 | 0.38 | 0.42 | 354.19 | 0.26 | 0.46 |
| Hex | 94 | 56 | 5C | 0 | 2A | 26 | 2A | 162 | 1A | 2E |
| Octal | 224 | 126 | 134 | 0 | 52 | 46 | 52 | 542 | 32 | 56 |
| Binary | 10010100 | 1010110 | 1011100 | 0 | 101010 | 100110 | 101010 | 101100010 | 11010 | 101110 |
Color Harmonies of #94565C
Complementary color
Monochromatic Colors of #94565C
Black with #94565C
Text Example
Text Example
White with #94565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94565C; }
p { color: rgb(148,86,92); }
H1.HeaderClassName
{
color: #94565C;
}
.AnyTagClassName
{
color: #94565C;
}
</style>
background-color css
<style>
a { background-color: #94565C; }
a { background-color: rgb(148,86,92); }
div.DivClassName
{
background-color: #94565C;
}
.BgClassName
{
background-color: #94565C;
}
</style>
border-color css
<style>
span { border-color: #94565C; }
span { border-color: rgb(148,86,92); }
td.TdClassName
{
border-color: #94565C;
}
.TagClassName
{
border-color: #94565C;
}
</style>