Shades of Vin Rouge #90555C
Tints of Vin Rouge #90555C
RGB
CMYK
RGB Variations
Color information
#90555C (or 0x90555C) is known color: Vin Rouge. HEX triplet: 90, 55 and 5C. RGB value is (144,85,92). Sum of RGB (Red+Green+Blue) = 144+85+92=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90555C is #6FAAA3. Grayscale: #676767. Windows color (decimal): -7318180 or 6051216. OLE color: 6051216.
HSL color Cylindrical-coordinate representation of color #90555C: hue angle of 352.88º 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 #90555C is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 92 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.44 |
| HSL | 352.88º | 0.26% | 0.45% | - |
| HSV(B) | 352.88º | 0.41% | 0.56% | - |
| XYZ | 16.68 | 13.2 | 11.79 | - |
| YUV | 103.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 92 | 0 | 0.41 | 0.36 | 0.44 | 352.88 | 0.26 | 0.45 |
| Hex | 90 | 55 | 5C | 0 | 29 | 24 | 2C | 161 | 1A | 2D |
| Octal | 220 | 125 | 134 | 0 | 51 | 44 | 54 | 541 | 32 | 55 |
| Binary | 10010000 | 1010101 | 1011100 | 0 | 101001 | 100100 | 101100 | 101100001 | 11010 | 101101 |
Color Harmonies of #90555C
Complementary color
Monochromatic Colors of #90555C
Black with #90555C
Text Example
Text Example
White with #90555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90555C; }
p { color: rgb(144,85,92); }
H1.HeaderClassName
{
color: #90555C;
}
.AnyTagClassName
{
color: #90555C;
}
</style>
background-color css
<style>
a { background-color: #90555C; }
a { background-color: rgb(144,85,92); }
div.DivClassName
{
background-color: #90555C;
}
.BgClassName
{
background-color: #90555C;
}
</style>
border-color css
<style>
span { border-color: #90555C; }
span { border-color: rgb(144,85,92); }
td.TdClassName
{
border-color: #90555C;
}
.TagClassName
{
border-color: #90555C;
}
</style>