Shades of Vin Rouge #905060
Tints of Vin Rouge #905060
RGB
CMYK
RGB Variations
Color information
#905060 (or 0x905060) is known color: Vin Rouge. HEX triplet: 90, 50 and 60. RGB value is (144,80,96). Sum of RGB (Red+Green+Blue) = 144+80+96=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #905060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905060 is #6FAF9F. Grayscale: #646464. Windows color (decimal): -7319456 or 6312080. OLE color: 6312080.
HSL color Cylindrical-coordinate representation of color #905060: hue angle of 345º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905060 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 96 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.44 |
| HSL | 345º | 0.29% | 0.44% | - |
| HSV(B) | 345º | 0.44% | 0.56% | - |
| XYZ | 16.48 | 12.51 | 12.61 | - |
| YUV | 100.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 96 | 0 | 0.44 | 0.33 | 0.44 | 345 | 0.29 | 0.44 |
| Hex | 90 | 50 | 60 | 0 | 2C | 21 | 2C | 159 | 1D | 2C |
| Octal | 220 | 120 | 140 | 0 | 54 | 41 | 54 | 531 | 35 | 54 |
| Binary | 10010000 | 1010000 | 1100000 | 0 | 101100 | 100001 | 101100 | 101011001 | 11101 | 101100 |
Color Harmonies of #905060
Complementary color
Monochromatic Colors of #905060
Black with #905060
Text Example
Text Example
White with #905060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905060; }
p { color: rgb(144,80,96); }
H1.HeaderClassName
{
color: #905060;
}
.AnyTagClassName
{
color: #905060;
}
</style>
background-color css
<style>
a { background-color: #905060; }
a { background-color: rgb(144,80,96); }
div.DivClassName
{
background-color: #905060;
}
.BgClassName
{
background-color: #905060;
}
</style>
border-color css
<style>
span { border-color: #905060; }
span { border-color: rgb(144,80,96); }
td.TdClassName
{
border-color: #905060;
}
.TagClassName
{
border-color: #905060;
}
</style>