Shades of Vin Rouge #90515D
Tints of Vin Rouge #90515D
RGB
CMYK
RGB Variations
Color information
#90515D (or 0x90515D) is known color: Vin Rouge. HEX triplet: 90, 51 and 5D. RGB value is (144,81,93). Sum of RGB (Red+Green+Blue) = 144+81+93=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90515D is #6FAEA2. Grayscale: #656565. Windows color (decimal): -7319203 or 6115728. OLE color: 6115728.
HSL color Cylindrical-coordinate representation of color #90515D: hue angle of 348.57º 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 #90515D is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 93 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.44 |
| HSL | 348.57º | 0.28% | 0.44% | - |
| HSV(B) | 348.57º | 0.44% | 0.56% | - |
| XYZ | 16.42 | 12.6 | 11.92 | - |
| YUV | 101.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 93 | 0 | 0.44 | 0.35 | 0.44 | 348.57 | 0.28 | 0.44 |
| Hex | 90 | 51 | 5D | 0 | 2C | 23 | 2C | 15D | 1C | 2C |
| Octal | 220 | 121 | 135 | 0 | 54 | 43 | 54 | 535 | 34 | 54 |
| Binary | 10010000 | 1010001 | 1011101 | 0 | 101100 | 100011 | 101100 | 101011101 | 11100 | 101100 |
Color Harmonies of #90515D
Complementary color
Monochromatic Colors of #90515D
Black with #90515D
Text Example
Text Example
White with #90515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90515D; }
p { color: rgb(144,81,93); }
H1.HeaderClassName
{
color: #90515D;
}
.AnyTagClassName
{
color: #90515D;
}
</style>
background-color css
<style>
a { background-color: #90515D; }
a { background-color: rgb(144,81,93); }
div.DivClassName
{
background-color: #90515D;
}
.BgClassName
{
background-color: #90515D;
}
</style>
border-color css
<style>
span { border-color: #90515D; }
span { border-color: rgb(144,81,93); }
td.TdClassName
{
border-color: #90515D;
}
.TagClassName
{
border-color: #90515D;
}
</style>