Shades of Vin Rouge #90505A
Tints of Vin Rouge #90505A
RGB
CMYK
RGB Variations
Color information
#90505A (or 0x90505A) is known color: Vin Rouge. HEX triplet: 90, 50 and 5A. RGB value is (144,80,90). Sum of RGB (Red+Green+Blue) = 144+80+90=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #90505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90505A is #6FAFA5. Grayscale: #646464. Windows color (decimal): -7319462 or 5918864. OLE color: 5918864.
HSL color Cylindrical-coordinate representation of color #90505A: hue angle of 350.62º 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 #90505A is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 90 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.44 |
| HSL | 350.63º | 0.29% | 0.44% | - |
| HSV(B) | 350.63º | 0.44% | 0.56% | - |
| XYZ | 16.22 | 12.4 | 11.21 | - |
| YUV | 100.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 90 | 0 | 0.44 | 0.37 | 0.44 | 350.63 | 0.29 | 0.44 |
| Hex | 90 | 50 | 5A | 0 | 2C | 25 | 2C | 15F | 1D | 2C |
| Octal | 220 | 120 | 132 | 0 | 54 | 45 | 54 | 537 | 35 | 54 |
| Binary | 10010000 | 1010000 | 1011010 | 0 | 101100 | 100101 | 101100 | 101011111 | 11101 | 101100 |
Color Harmonies of #90505A
Complementary color
Monochromatic Colors of #90505A
Black with #90505A
Text Example
Text Example
White with #90505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90505A; }
p { color: rgb(144,80,90); }
H1.HeaderClassName
{
color: #90505A;
}
.AnyTagClassName
{
color: #90505A;
}
</style>
background-color css
<style>
a { background-color: #90505A; }
a { background-color: rgb(144,80,90); }
div.DivClassName
{
background-color: #90505A;
}
.BgClassName
{
background-color: #90505A;
}
</style>
border-color css
<style>
span { border-color: #90505A; }
span { border-color: rgb(144,80,90); }
td.TdClassName
{
border-color: #90505A;
}
.TagClassName
{
border-color: #90505A;
}
</style>