Shades of Vin Rouge #945360
Tints of Vin Rouge #945360
RGB
CMYK
RGB Variations
Color information
#945360 (or 0x945360) is known color: Vin Rouge. HEX triplet: 94, 53 and 60. RGB value is (148,83,96). Sum of RGB (Red+Green+Blue) = 148+83+96=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #945360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945360 is #6BAC9F. Grayscale: #676767. Windows color (decimal): -7056544 or 6312852. OLE color: 6312852.
HSL color Cylindrical-coordinate representation of color #945360: hue angle of 348º 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 #945360 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 83 | 96 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.42 |
| HSL | 348º | 0.28% | 0.45% | - |
| HSV(B) | 348º | 0.44% | 0.58% | - |
| XYZ | 17.42 | 13.33 | 12.72 | - |
| YUV | 103.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 83 | 96 | 0 | 0.44 | 0.35 | 0.42 | 348 | 0.28 | 0.45 |
| Hex | 94 | 53 | 60 | 0 | 2C | 23 | 2A | 15C | 1C | 2D |
| Octal | 224 | 123 | 140 | 0 | 54 | 43 | 52 | 534 | 34 | 55 |
| Binary | 10010100 | 1010011 | 1100000 | 0 | 101100 | 100011 | 101010 | 101011100 | 11100 | 101101 |
Color Harmonies of #945360
Complementary color
Monochromatic Colors of #945360
Black with #945360
Text Example
Text Example
White with #945360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945360; }
p { color: rgb(148,83,96); }
H1.HeaderClassName
{
color: #945360;
}
.AnyTagClassName
{
color: #945360;
}
</style>
background-color css
<style>
a { background-color: #945360; }
a { background-color: rgb(148,83,96); }
div.DivClassName
{
background-color: #945360;
}
.BgClassName
{
background-color: #945360;
}
</style>
border-color css
<style>
span { border-color: #945360; }
span { border-color: rgb(148,83,96); }
td.TdClassName
{
border-color: #945360;
}
.TagClassName
{
border-color: #945360;
}
</style>