Shades of Vin Rouge #91535C
Tints of Vin Rouge #91535C
RGB
CMYK
RGB Variations
Color information
#91535C (or 0x91535C) is known color: Vin Rouge. HEX triplet: 91, 53 and 5C. RGB value is (145,83,92). Sum of RGB (Red+Green+Blue) = 145+83+92=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #91535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91535C is #6EACA3. Grayscale: #666666. Windows color (decimal): -7253156 or 6050705. OLE color: 6050705.
HSL color Cylindrical-coordinate representation of color #91535C: hue angle of 351.29º degrees, saturation: 0.27, 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 #91535C is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 92 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.43 |
| HSL | 351.29º | 0.27% | 0.45% | - |
| HSV(B) | 351.29º | 0.43% | 0.57% | - |
| XYZ | 16.7 | 12.98 | 11.75 | - |
| YUV | 102.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 92 | 0 | 0.43 | 0.37 | 0.43 | 351.29 | 0.27 | 0.45 |
| Hex | 91 | 53 | 5C | 0 | 2B | 25 | 2B | 15F | 1B | 2D |
| Octal | 221 | 123 | 134 | 0 | 53 | 45 | 53 | 537 | 33 | 55 |
| Binary | 10010001 | 1010011 | 1011100 | 0 | 101011 | 100101 | 101011 | 101011111 | 11011 | 101101 |
Color Harmonies of #91535C
Complementary color
Monochromatic Colors of #91535C
Black with #91535C
Text Example
Text Example
White with #91535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91535C; }
p { color: rgb(145,83,92); }
H1.HeaderClassName
{
color: #91535C;
}
.AnyTagClassName
{
color: #91535C;
}
</style>
background-color css
<style>
a { background-color: #91535C; }
a { background-color: rgb(145,83,92); }
div.DivClassName
{
background-color: #91535C;
}
.BgClassName
{
background-color: #91535C;
}
</style>
border-color css
<style>
span { border-color: #91535C; }
span { border-color: rgb(145,83,92); }
td.TdClassName
{
border-color: #91535C;
}
.TagClassName
{
border-color: #91535C;
}
</style>