Shades of Vin Rouge #90555F
Tints of Vin Rouge #90555F
RGB
CMYK
RGB Variations
Color information
#90555F (or 0x90555F) is known color: Vin Rouge. HEX triplet: 90, 55 and 5F. RGB value is (144,85,95). Sum of RGB (Red+Green+Blue) = 144+85+95=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90555F is #6FAAA0. Grayscale: #676767. Windows color (decimal): -7318177 or 6247824. OLE color: 6247824.
HSL color Cylindrical-coordinate representation of color #90555F: hue angle of 349.83º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90555F is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 95 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.44 |
| HSL | 349.83º | 0.26% | 0.45% | - |
| HSV(B) | 349.83º | 0.41% | 0.56% | - |
| XYZ | 16.82 | 13.25 | 12.5 | - |
| YUV | 103.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 95 | 0 | 0.41 | 0.34 | 0.44 | 349.83 | 0.26 | 0.45 |
| Hex | 90 | 55 | 5F | 0 | 29 | 22 | 2C | 15E | 1A | 2D |
| Octal | 220 | 125 | 137 | 0 | 51 | 42 | 54 | 536 | 32 | 55 |
| Binary | 10010000 | 1010101 | 1011111 | 0 | 101001 | 100010 | 101100 | 101011110 | 11010 | 101101 |
Color Harmonies of #90555F
Complementary color
Monochromatic Colors of #90555F
Black with #90555F
Text Example
Text Example
White with #90555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90555F; }
p { color: rgb(144,85,95); }
H1.HeaderClassName
{
color: #90555F;
}
.AnyTagClassName
{
color: #90555F;
}
</style>
background-color css
<style>
a { background-color: #90555F; }
a { background-color: rgb(144,85,95); }
div.DivClassName
{
background-color: #90555F;
}
.BgClassName
{
background-color: #90555F;
}
</style>
border-color css
<style>
span { border-color: #90555F; }
span { border-color: rgb(144,85,95); }
td.TdClassName
{
border-color: #90555F;
}
.TagClassName
{
border-color: #90555F;
}
</style>