Shades of Vin Rouge #91525E
Tints of Vin Rouge #91525E
RGB
CMYK
RGB Variations
Color information
#91525E (or 0x91525E) is known color: Vin Rouge. HEX triplet: 91, 52 and 5E. RGB value is (145,82,94). Sum of RGB (Red+Green+Blue) = 145+82+94=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #91525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91525E is #6EADA1. Grayscale: #666666. Windows color (decimal): -7253410 or 6181521. OLE color: 6181521.
HSL color Cylindrical-coordinate representation of color #91525E: hue angle of 348.57º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91525E is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 94 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.43 |
| HSL | 348.57º | 0.28% | 0.45% | - |
| HSV(B) | 348.57º | 0.43% | 0.57% | - |
| XYZ | 16.71 | 12.86 | 12.19 | - |
| YUV | 102.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 94 | 0 | 0.43 | 0.35 | 0.43 | 348.57 | 0.28 | 0.45 |
| Hex | 91 | 52 | 5E | 0 | 2B | 23 | 2B | 15D | 1C | 2D |
| Octal | 221 | 122 | 136 | 0 | 53 | 43 | 53 | 535 | 34 | 55 |
| Binary | 10010001 | 1010010 | 1011110 | 0 | 101011 | 100011 | 101011 | 101011101 | 11100 | 101101 |
Color Harmonies of #91525E
Complementary color
Monochromatic Colors of #91525E
Black with #91525E
Text Example
Text Example
White with #91525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91525E; }
p { color: rgb(145,82,94); }
H1.HeaderClassName
{
color: #91525E;
}
.AnyTagClassName
{
color: #91525E;
}
</style>
background-color css
<style>
a { background-color: #91525E; }
a { background-color: rgb(145,82,94); }
div.DivClassName
{
background-color: #91525E;
}
.BgClassName
{
background-color: #91525E;
}
</style>
border-color css
<style>
span { border-color: #91525E; }
span { border-color: rgb(145,82,94); }
td.TdClassName
{
border-color: #91525E;
}
.TagClassName
{
border-color: #91525E;
}
</style>