Shades of Vin Rouge #90505F
Tints of Vin Rouge #90505F
RGB
CMYK
RGB Variations
Color information
#90505F (or 0x90505F) is known color: Vin Rouge. HEX triplet: 90, 50 and 5F. RGB value is (144,80,95). Sum of RGB (Red+Green+Blue) = 144+80+95=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90505F is #6FAFA0. Grayscale: #646464. Windows color (decimal): -7319457 or 6246544. OLE color: 6246544.
HSL color Cylindrical-coordinate representation of color #90505F: hue angle of 345.94º 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 #90505F is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 95 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.44 |
| HSL | 345.94º | 0.29% | 0.44% | - |
| HSV(B) | 345.94º | 0.44% | 0.56% | - |
| XYZ | 16.44 | 12.49 | 12.37 | - |
| YUV | 100.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 95 | 0 | 0.44 | 0.34 | 0.44 | 345.94 | 0.29 | 0.44 |
| Hex | 90 | 50 | 5F | 0 | 2C | 22 | 2C | 15A | 1D | 2C |
| Octal | 220 | 120 | 137 | 0 | 54 | 42 | 54 | 532 | 35 | 54 |
| Binary | 10010000 | 1010000 | 1011111 | 0 | 101100 | 100010 | 101100 | 101011010 | 11101 | 101100 |
Color Harmonies of #90505F
Complementary color
Monochromatic Colors of #90505F
Black with #90505F
Text Example
Text Example
White with #90505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90505F; }
p { color: rgb(144,80,95); }
H1.HeaderClassName
{
color: #90505F;
}
.AnyTagClassName
{
color: #90505F;
}
</style>
background-color css
<style>
a { background-color: #90505F; }
a { background-color: rgb(144,80,95); }
div.DivClassName
{
background-color: #90505F;
}
.BgClassName
{
background-color: #90505F;
}
</style>
border-color css
<style>
span { border-color: #90505F; }
span { border-color: rgb(144,80,95); }
td.TdClassName
{
border-color: #90505F;
}
.TagClassName
{
border-color: #90505F;
}
</style>