Shades of Vin Rouge #90595F
Tints of Vin Rouge #90595F
RGB
CMYK
RGB Variations
Color information
#90595F (or 0x90595F) is known color: Vin Rouge. HEX triplet: 90, 59 and 5F. RGB value is (144,89,95). Sum of RGB (Red+Green+Blue) = 144+89+95=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #90595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90595F is #6FA6A0. Grayscale: #6A6A6A. Windows color (decimal): -7317153 or 6248848. OLE color: 6248848.
HSL color Cylindrical-coordinate representation of color #90595F: hue angle of 353.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90595F is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 95 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.44 |
| HSL | 353.45º | 0.24% | 0.46% | - |
| HSV(B) | 353.45º | 0.38% | 0.56% | - |
| XYZ | 17.14 | 13.9 | 12.61 | - |
| YUV | 106.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 95 | 0 | 0.38 | 0.34 | 0.44 | 353.45 | 0.24 | 0.46 |
| Hex | 90 | 59 | 5F | 0 | 26 | 22 | 2C | 161 | 18 | 2E |
| Octal | 220 | 131 | 137 | 0 | 46 | 42 | 54 | 541 | 30 | 56 |
| Binary | 10010000 | 1011001 | 1011111 | 0 | 100110 | 100010 | 101100 | 101100001 | 11000 | 101110 |
Color Harmonies of #90595F
Complementary color
Monochromatic Colors of #90595F
Black with #90595F
Text Example
Text Example
White with #90595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90595F; }
p { color: rgb(144,89,95); }
H1.HeaderClassName
{
color: #90595F;
}
.AnyTagClassName
{
color: #90595F;
}
</style>
background-color css
<style>
a { background-color: #90595F; }
a { background-color: rgb(144,89,95); }
div.DivClassName
{
background-color: #90595F;
}
.BgClassName
{
background-color: #90595F;
}
</style>
border-color css
<style>
span { border-color: #90595F; }
span { border-color: rgb(144,89,95); }
td.TdClassName
{
border-color: #90595F;
}
.TagClassName
{
border-color: #90595F;
}
</style>