Shades of Vin Rouge #94555D
Tints of Vin Rouge #94555D
RGB
CMYK
RGB Variations
Color information
#94555D (or 0x94555D) is known color: Vin Rouge. HEX triplet: 94, 55 and 5D. RGB value is (148,85,93). Sum of RGB (Red+Green+Blue) = 148+85+93=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94555D is #6BAAA2. Grayscale: #686868. Windows color (decimal): -7056035 or 6116756. OLE color: 6116756.
HSL color Cylindrical-coordinate representation of color #94555D: hue angle of 352.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94555D is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 85 | 93 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.42 |
| HSL | 352.38º | 0.27% | 0.46% | - |
| HSV(B) | 352.38º | 0.43% | 0.58% | - |
| XYZ | 17.44 | 13.58 | 12.06 | - |
| YUV | 104.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 85 | 93 | 0 | 0.43 | 0.37 | 0.42 | 352.38 | 0.27 | 0.46 |
| Hex | 94 | 55 | 5D | 0 | 2B | 25 | 2A | 160 | 1B | 2E |
| Octal | 224 | 125 | 135 | 0 | 53 | 45 | 52 | 540 | 33 | 56 |
| Binary | 10010100 | 1010101 | 1011101 | 0 | 101011 | 100101 | 101010 | 101100000 | 11011 | 101110 |
Color Harmonies of #94555D
Complementary color
Monochromatic Colors of #94555D
Black with #94555D
Text Example
Text Example
White with #94555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94555D; }
p { color: rgb(148,85,93); }
H1.HeaderClassName
{
color: #94555D;
}
.AnyTagClassName
{
color: #94555D;
}
</style>
background-color css
<style>
a { background-color: #94555D; }
a { background-color: rgb(148,85,93); }
div.DivClassName
{
background-color: #94555D;
}
.BgClassName
{
background-color: #94555D;
}
</style>
border-color css
<style>
span { border-color: #94555D; }
span { border-color: rgb(148,85,93); }
td.TdClassName
{
border-color: #94555D;
}
.TagClassName
{
border-color: #94555D;
}
</style>