Shades of Vin Rouge #91525C
Tints of Vin Rouge #91525C
RGB
CMYK
RGB Variations
Color information
#91525C (or 0x91525C) is known color: Vin Rouge. HEX triplet: 91, 52 and 5C. RGB value is (145,82,92). Sum of RGB (Red+Green+Blue) = 145+82+92=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #91525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91525C is #6EADA3. Grayscale: #666666. Windows color (decimal): -7253412 or 6050449. OLE color: 6050449.
HSL color Cylindrical-coordinate representation of color #91525C: hue angle of 350.48º 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 #91525C is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 92 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.43 |
| HSL | 350.48º | 0.28% | 0.45% | - |
| HSV(B) | 350.48º | 0.43% | 0.57% | - |
| XYZ | 16.63 | 12.83 | 11.72 | - |
| YUV | 101.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 92 | 0 | 0.43 | 0.37 | 0.43 | 350.48 | 0.28 | 0.45 |
| Hex | 91 | 52 | 5C | 0 | 2B | 25 | 2B | 15E | 1C | 2D |
| Octal | 221 | 122 | 134 | 0 | 53 | 45 | 53 | 536 | 34 | 55 |
| Binary | 10010001 | 1010010 | 1011100 | 0 | 101011 | 100101 | 101011 | 101011110 | 11100 | 101101 |
Color Harmonies of #91525C
Complementary color
Monochromatic Colors of #91525C
Black with #91525C
Text Example
Text Example
White with #91525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91525C; }
p { color: rgb(145,82,92); }
H1.HeaderClassName
{
color: #91525C;
}
.AnyTagClassName
{
color: #91525C;
}
</style>
background-color css
<style>
a { background-color: #91525C; }
a { background-color: rgb(145,82,92); }
div.DivClassName
{
background-color: #91525C;
}
.BgClassName
{
background-color: #91525C;
}
</style>
border-color css
<style>
span { border-color: #91525C; }
span { border-color: rgb(145,82,92); }
td.TdClassName
{
border-color: #91525C;
}
.TagClassName
{
border-color: #91525C;
}
</style>