Shades of Vin Rouge #90575E
Tints of Vin Rouge #90575E
RGB
CMYK
RGB Variations
Color information
#90575E (or 0x90575E) is known color: Vin Rouge. HEX triplet: 90, 57 and 5E. RGB value is (144,87,94). Sum of RGB (Red+Green+Blue) = 144+87+94=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #90575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90575E is #6FA8A1. Grayscale: #686868. Windows color (decimal): -7317666 or 6182800. OLE color: 6182800.
HSL color Cylindrical-coordinate representation of color #90575E: hue angle of 352.63º 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 #90575E is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 87 | 94 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.44 |
| HSL | 352.63º | 0.25% | 0.45% | - |
| HSV(B) | 352.63º | 0.4% | 0.56% | - |
| XYZ | 16.93 | 13.55 | 12.31 | - |
| YUV | 104.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 94 | 0 | 0.40 | 0.35 | 0.44 | 352.63 | 0.25 | 0.45 |
| Hex | 90 | 57 | 5E | 0 | 28 | 23 | 2C | 161 | 19 | 2D |
| Octal | 220 | 127 | 136 | 0 | 50 | 43 | 54 | 541 | 31 | 55 |
| Binary | 10010000 | 1010111 | 1011110 | 0 | 101000 | 100011 | 101100 | 101100001 | 11001 | 101101 |
Color Harmonies of #90575E
Complementary color
Monochromatic Colors of #90575E
Black with #90575E
Text Example
Text Example
White with #90575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90575E; }
p { color: rgb(144,87,94); }
H1.HeaderClassName
{
color: #90575E;
}
.AnyTagClassName
{
color: #90575E;
}
</style>
background-color css
<style>
a { background-color: #90575E; }
a { background-color: rgb(144,87,94); }
div.DivClassName
{
background-color: #90575E;
}
.BgClassName
{
background-color: #90575E;
}
</style>
border-color css
<style>
span { border-color: #90575E; }
span { border-color: rgb(144,87,94); }
td.TdClassName
{
border-color: #90575E;
}
.TagClassName
{
border-color: #90575E;
}
</style>