Shades of Vin Rouge #94575D
Tints of Vin Rouge #94575D
RGB
CMYK
RGB Variations
Color information
#94575D (or 0x94575D) is known color: Vin Rouge. HEX triplet: 94, 57 and 5D. RGB value is (148,87,93). Sum of RGB (Red+Green+Blue) = 148+87+93=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94575D is #6BA8A2. Grayscale: #696969. Windows color (decimal): -7055523 or 6117268. OLE color: 6117268.
HSL color Cylindrical-coordinate representation of color #94575D: hue angle of 354.1º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94575D is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 87 | 93 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.42 |
| HSL | 354.1º | 0.26% | 0.46% | - |
| HSV(B) | 354.1º | 0.41% | 0.58% | - |
| XYZ | 17.6 | 13.9 | 12.11 | - |
| YUV | 105.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 87 | 93 | 0 | 0.41 | 0.37 | 0.42 | 354.1 | 0.26 | 0.46 |
| Hex | 94 | 57 | 5D | 0 | 29 | 25 | 2A | 162 | 1A | 2E |
| Octal | 224 | 127 | 135 | 0 | 51 | 45 | 52 | 542 | 32 | 56 |
| Binary | 10010100 | 1010111 | 1011101 | 0 | 101001 | 100101 | 101010 | 101100010 | 11010 | 101110 |
Color Harmonies of #94575D
Complementary color
Monochromatic Colors of #94575D
Black with #94575D
Text Example
Text Example
White with #94575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94575D; }
p { color: rgb(148,87,93); }
H1.HeaderClassName
{
color: #94575D;
}
.AnyTagClassName
{
color: #94575D;
}
</style>
background-color css
<style>
a { background-color: #94575D; }
a { background-color: rgb(148,87,93); }
div.DivClassName
{
background-color: #94575D;
}
.BgClassName
{
background-color: #94575D;
}
</style>
border-color css
<style>
span { border-color: #94575D; }
span { border-color: rgb(148,87,93); }
td.TdClassName
{
border-color: #94575D;
}
.TagClassName
{
border-color: #94575D;
}
</style>