Shades of Vin Rouge #915060
Tints of Vin Rouge #915060
RGB
CMYK
RGB Variations
Color information
#915060 (or 0x915060) is known color: Vin Rouge. HEX triplet: 91, 50 and 60. RGB value is (145,80,96). Sum of RGB (Red+Green+Blue) = 145+80+96=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #915060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915060 is #6EAF9F. Grayscale: #656565. Windows color (decimal): -7253920 or 6312081. OLE color: 6312081.
HSL color Cylindrical-coordinate representation of color #915060: hue angle of 345.23º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915060 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 96 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.43 |
| HSL | 345.23º | 0.29% | 0.44% | - |
| HSV(B) | 345.23º | 0.45% | 0.57% | - |
| XYZ | 16.66 | 12.6 | 12.62 | - |
| YUV | 101.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 96 | 0 | 0.45 | 0.34 | 0.43 | 345.23 | 0.29 | 0.44 |
| Hex | 91 | 50 | 60 | 0 | 2D | 22 | 2B | 159 | 1D | 2C |
| Octal | 221 | 120 | 140 | 0 | 55 | 42 | 53 | 531 | 35 | 54 |
| Binary | 10010001 | 1010000 | 1100000 | 0 | 101101 | 100010 | 101011 | 101011001 | 11101 | 101100 |
Color Harmonies of #915060
Complementary color
Monochromatic Colors of #915060
Black with #915060
Text Example
Text Example
White with #915060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915060; }
p { color: rgb(145,80,96); }
H1.HeaderClassName
{
color: #915060;
}
.AnyTagClassName
{
color: #915060;
}
</style>
background-color css
<style>
a { background-color: #915060; }
a { background-color: rgb(145,80,96); }
div.DivClassName
{
background-color: #915060;
}
.BgClassName
{
background-color: #915060;
}
</style>
border-color css
<style>
span { border-color: #915060; }
span { border-color: rgb(145,80,96); }
td.TdClassName
{
border-color: #915060;
}
.TagClassName
{
border-color: #915060;
}
</style>