Shades of Vin Rouge #90505D
Tints of Vin Rouge #90505D
RGB
CMYK
RGB Variations
Color information
#90505D (or 0x90505D) is known color: Vin Rouge. HEX triplet: 90, 50 and 5D. RGB value is (144,80,93). Sum of RGB (Red+Green+Blue) = 144+80+93=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #90505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90505D is #6FAFA2. Grayscale: #646464. Windows color (decimal): -7319459 or 6115472. OLE color: 6115472.
HSL color Cylindrical-coordinate representation of color #90505D: hue angle of 347.81º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90505D is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 93 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.44 |
| HSL | 347.81º | 0.29% | 0.44% | - |
| HSV(B) | 347.81º | 0.44% | 0.56% | - |
| XYZ | 16.35 | 12.46 | 11.9 | - |
| YUV | 100.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 93 | 0 | 0.44 | 0.35 | 0.44 | 347.81 | 0.29 | 0.44 |
| Hex | 90 | 50 | 5D | 0 | 2C | 23 | 2C | 15C | 1D | 2C |
| Octal | 220 | 120 | 135 | 0 | 54 | 43 | 54 | 534 | 35 | 54 |
| Binary | 10010000 | 1010000 | 1011101 | 0 | 101100 | 100011 | 101100 | 101011100 | 11101 | 101100 |
Color Harmonies of #90505D
Complementary color
Monochromatic Colors of #90505D
Black with #90505D
Text Example
Text Example
White with #90505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90505D; }
p { color: rgb(144,80,93); }
H1.HeaderClassName
{
color: #90505D;
}
.AnyTagClassName
{
color: #90505D;
}
</style>
background-color css
<style>
a { background-color: #90505D; }
a { background-color: rgb(144,80,93); }
div.DivClassName
{
background-color: #90505D;
}
.BgClassName
{
background-color: #90505D;
}
</style>
border-color css
<style>
span { border-color: #90505D; }
span { border-color: rgb(144,80,93); }
td.TdClassName
{
border-color: #90505D;
}
.TagClassName
{
border-color: #90505D;
}
</style>