Shades of Vin Rouge #90515F
Tints of Vin Rouge #90515F
RGB
CMYK
RGB Variations
Color information
#90515F (or 0x90515F) is known color: Vin Rouge. HEX triplet: 90, 51 and 5F. RGB value is (144,81,95). Sum of RGB (Red+Green+Blue) = 144+81+95=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90515F is #6FAEA0. Grayscale: #656565. Windows color (decimal): -7319201 or 6246800. OLE color: 6246800.
HSL color Cylindrical-coordinate representation of color #90515F: hue angle of 346.67º 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 #90515F is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 95 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.44 |
| HSL | 346.67º | 0.28% | 0.44% | - |
| HSV(B) | 346.67º | 0.44% | 0.56% | - |
| XYZ | 16.51 | 12.64 | 12.4 | - |
| YUV | 101.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 95 | 0 | 0.44 | 0.34 | 0.44 | 346.67 | 0.28 | 0.44 |
| Hex | 90 | 51 | 5F | 0 | 2C | 22 | 2C | 15B | 1C | 2C |
| Octal | 220 | 121 | 137 | 0 | 54 | 42 | 54 | 533 | 34 | 54 |
| Binary | 10010000 | 1010001 | 1011111 | 0 | 101100 | 100010 | 101100 | 101011011 | 11100 | 101100 |
Color Harmonies of #90515F
Complementary color
Monochromatic Colors of #90515F
Black with #90515F
Text Example
Text Example
White with #90515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90515F; }
p { color: rgb(144,81,95); }
H1.HeaderClassName
{
color: #90515F;
}
.AnyTagClassName
{
color: #90515F;
}
</style>
background-color css
<style>
a { background-color: #90515F; }
a { background-color: rgb(144,81,95); }
div.DivClassName
{
background-color: #90515F;
}
.BgClassName
{
background-color: #90515F;
}
</style>
border-color css
<style>
span { border-color: #90515F; }
span { border-color: rgb(144,81,95); }
td.TdClassName
{
border-color: #90515F;
}
.TagClassName
{
border-color: #90515F;
}
</style>