Shades of Vin Rouge #90565C
Tints of Vin Rouge #90565C
RGB
CMYK
RGB Variations
Color information
#90565C (or 0x90565C) is known color: Vin Rouge. HEX triplet: 90, 56 and 5C. RGB value is (144,86,92). Sum of RGB (Red+Green+Blue) = 144+86+92=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90565C is #6FA9A3. Grayscale: #686868. Windows color (decimal): -7317924 or 6051472. OLE color: 6051472.
HSL color Cylindrical-coordinate representation of color #90565C: hue angle of 353.79º 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 #90565C is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 86 | 92 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.44 |
| HSL | 353.79º | 0.25% | 0.45% | - |
| HSV(B) | 353.79º | 0.4% | 0.56% | - |
| XYZ | 16.76 | 13.36 | 11.82 | - |
| YUV | 104.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 92 | 0 | 0.40 | 0.36 | 0.44 | 353.79 | 0.25 | 0.45 |
| Hex | 90 | 56 | 5C | 0 | 28 | 24 | 2C | 162 | 19 | 2D |
| Octal | 220 | 126 | 134 | 0 | 50 | 44 | 54 | 542 | 31 | 55 |
| Binary | 10010000 | 1010110 | 1011100 | 0 | 101000 | 100100 | 101100 | 101100010 | 11001 | 101101 |
Color Harmonies of #90565C
Complementary color
Monochromatic Colors of #90565C
Black with #90565C
Text Example
Text Example
White with #90565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90565C; }
p { color: rgb(144,86,92); }
H1.HeaderClassName
{
color: #90565C;
}
.AnyTagClassName
{
color: #90565C;
}
</style>
background-color css
<style>
a { background-color: #90565C; }
a { background-color: rgb(144,86,92); }
div.DivClassName
{
background-color: #90565C;
}
.BgClassName
{
background-color: #90565C;
}
</style>
border-color css
<style>
span { border-color: #90565C; }
span { border-color: rgb(144,86,92); }
td.TdClassName
{
border-color: #90565C;
}
.TagClassName
{
border-color: #90565C;
}
</style>