Shades of Vin Rouge #90515A
Tints of Vin Rouge #90515A
RGB
CMYK
RGB Variations
Color information
#90515A (or 0x90515A) is known color: Vin Rouge. HEX triplet: 90, 51 and 5A. RGB value is (144,81,90). Sum of RGB (Red+Green+Blue) = 144+81+90=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #90515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90515A is #6FAEA5. Grayscale: #646464. Windows color (decimal): -7319206 or 5919120. OLE color: 5919120.
HSL color Cylindrical-coordinate representation of color #90515A: hue angle of 351.43º degrees, saturation: 0.28, 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 #90515A is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 90 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.44 |
| HSL | 351.43º | 0.28% | 0.44% | - |
| HSV(B) | 351.43º | 0.44% | 0.56% | - |
| XYZ | 16.29 | 12.55 | 11.24 | - |
| YUV | 100.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 90 | 0 | 0.44 | 0.37 | 0.44 | 351.43 | 0.28 | 0.44 |
| Hex | 90 | 51 | 5A | 0 | 2C | 25 | 2C | 15F | 1C | 2C |
| Octal | 220 | 121 | 132 | 0 | 54 | 45 | 54 | 537 | 34 | 54 |
| Binary | 10010000 | 1010001 | 1011010 | 0 | 101100 | 100101 | 101100 | 101011111 | 11100 | 101100 |
Color Harmonies of #90515A
Complementary color
Monochromatic Colors of #90515A
Black with #90515A
Text Example
Text Example
White with #90515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90515A; }
p { color: rgb(144,81,90); }
H1.HeaderClassName
{
color: #90515A;
}
.AnyTagClassName
{
color: #90515A;
}
</style>
background-color css
<style>
a { background-color: #90515A; }
a { background-color: rgb(144,81,90); }
div.DivClassName
{
background-color: #90515A;
}
.BgClassName
{
background-color: #90515A;
}
</style>
border-color css
<style>
span { border-color: #90515A; }
span { border-color: rgb(144,81,90); }
td.TdClassName
{
border-color: #90515A;
}
.TagClassName
{
border-color: #90515A;
}
</style>