Shades of Vin Rouge #945359
Tints of Vin Rouge #945359
RGB
CMYK
RGB Variations
Color information
#945359 (or 0x945359) is known color: Vin Rouge. HEX triplet: 94, 53 and 59. RGB value is (148,83,89). Sum of RGB (Red+Green+Blue) = 148+83+89=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #945359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945359 is #6BACA6. Grayscale: #676767. Windows color (decimal): -7056551 or 5854100. OLE color: 5854100.
HSL color Cylindrical-coordinate representation of color #945359: hue angle of 354.46º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945359 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 89 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.42 |
| HSL | 354.46º | 0.28% | 0.45% | - |
| HSV(B) | 354.46º | 0.44% | 0.58% | - |
| XYZ | 17.11 | 13.2 | 11.1 | - |
| YUV | 103.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 89 | 0 | 0.44 | 0.40 | 0.42 | 354.46 | 0.28 | 0.45 |
| Hex | 94 | 53 | 59 | 0 | 2C | 28 | 2A | 162 | 1C | 2D |
| Octal | 224 | 123 | 131 | 0 | 54 | 50 | 52 | 542 | 34 | 55 |
| Binary | 10010100 | 1010011 | 1011001 | 0 | 101100 | 101000 | 101010 | 101100010 | 11100 | 101101 |
Color Harmonies of #945359
Complementary color
Monochromatic Colors of #945359
Black with #945359
Text Example
Text Example
White with #945359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945359; }
p { color: rgb(148,83,89); }
H1.HeaderClassName
{
color: #945359;
}
.AnyTagClassName
{
color: #945359;
}
</style>
background-color css
<style>
a { background-color: #945359; }
a { background-color: rgb(148,83,89); }
div.DivClassName
{
background-color: #945359;
}
.BgClassName
{
background-color: #945359;
}
</style>
border-color css
<style>
span { border-color: #945359; }
span { border-color: rgb(148,83,89); }
td.TdClassName
{
border-color: #945359;
}
.TagClassName
{
border-color: #945359;
}
</style>