Shades of Vin Rouge #91505E
Tints of Vin Rouge #91505E
RGB
CMYK
RGB Variations
Color information
#91505E (or 0x91505E) is known color: Vin Rouge. HEX triplet: 91, 50 and 5E. RGB value is (145,80,94). Sum of RGB (Red+Green+Blue) = 145+80+94=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #91505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91505E is #6EAFA1. Grayscale: #656565. Windows color (decimal): -7253922 or 6181009. OLE color: 6181009.
HSL color Cylindrical-coordinate representation of color #91505E: hue angle of 347.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #91505E is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 94 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.43 |
| HSL | 347.08º | 0.29% | 0.44% | - |
| HSV(B) | 347.08º | 0.45% | 0.57% | - |
| XYZ | 16.57 | 12.57 | 12.14 | - |
| YUV | 101.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 94 | 0 | 0.45 | 0.35 | 0.43 | 347.08 | 0.29 | 0.44 |
| Hex | 91 | 50 | 5E | 0 | 2D | 23 | 2B | 15B | 1D | 2C |
| Octal | 221 | 120 | 136 | 0 | 55 | 43 | 53 | 533 | 35 | 54 |
| Binary | 10010001 | 1010000 | 1011110 | 0 | 101101 | 100011 | 101011 | 101011011 | 11101 | 101100 |
Color Harmonies of #91505E
Complementary color
Monochromatic Colors of #91505E
Black with #91505E
Text Example
Text Example
White with #91505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91505E; }
p { color: rgb(145,80,94); }
H1.HeaderClassName
{
color: #91505E;
}
.AnyTagClassName
{
color: #91505E;
}
</style>
background-color css
<style>
a { background-color: #91505E; }
a { background-color: rgb(145,80,94); }
div.DivClassName
{
background-color: #91505E;
}
.BgClassName
{
background-color: #91505E;
}
</style>
border-color css
<style>
span { border-color: #91505E; }
span { border-color: rgb(145,80,94); }
td.TdClassName
{
border-color: #91505E;
}
.TagClassName
{
border-color: #91505E;
}
</style>