Shades of Vin Rouge #90565D
Tints of Vin Rouge #90565D
RGB
CMYK
RGB Variations
Color information
#90565D (or 0x90565D) is known color: Vin Rouge. HEX triplet: 90, 56 and 5D. RGB value is (144,86,93). Sum of RGB (Red+Green+Blue) = 144+86+93=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90565D is #6FA9A2. Grayscale: #686868. Windows color (decimal): -7317923 or 6117008. OLE color: 6117008.
HSL color Cylindrical-coordinate representation of color #90565D: hue angle of 352.76º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90565D is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 86 | 93 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.44 |
| HSL | 352.76º | 0.25% | 0.45% | - |
| HSV(B) | 352.76º | 0.4% | 0.56% | - |
| XYZ | 16.81 | 13.38 | 12.05 | - |
| YUV | 104.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 93 | 0 | 0.40 | 0.35 | 0.44 | 352.76 | 0.25 | 0.45 |
| Hex | 90 | 56 | 5D | 0 | 28 | 23 | 2C | 161 | 19 | 2D |
| Octal | 220 | 126 | 135 | 0 | 50 | 43 | 54 | 541 | 31 | 55 |
| Binary | 10010000 | 1010110 | 1011101 | 0 | 101000 | 100011 | 101100 | 101100001 | 11001 | 101101 |
Color Harmonies of #90565D
Complementary color
Monochromatic Colors of #90565D
Black with #90565D
Text Example
Text Example
White with #90565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90565D; }
p { color: rgb(144,86,93); }
H1.HeaderClassName
{
color: #90565D;
}
.AnyTagClassName
{
color: #90565D;
}
</style>
background-color css
<style>
a { background-color: #90565D; }
a { background-color: rgb(144,86,93); }
div.DivClassName
{
background-color: #90565D;
}
.BgClassName
{
background-color: #90565D;
}
</style>
border-color css
<style>
span { border-color: #90565D; }
span { border-color: rgb(144,86,93); }
td.TdClassName
{
border-color: #90565D;
}
.TagClassName
{
border-color: #90565D;
}
</style>