Shades of Vin Rouge #91565D
Tints of Vin Rouge #91565D
RGB
CMYK
RGB Variations
Color information
#91565D (or 0x91565D) is known color: Vin Rouge. HEX triplet: 91, 56 and 5D. RGB value is (145,86,93). Sum of RGB (Red+Green+Blue) = 145+86+93=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #91565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91565D is #6EA9A2. Grayscale: #686868. Windows color (decimal): -7252387 or 6117009. OLE color: 6117009.
HSL color Cylindrical-coordinate representation of color #91565D: hue angle of 352.88º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91565D is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 86 | 93 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.43 |
| HSL | 352.88º | 0.26% | 0.45% | - |
| HSV(B) | 352.88º | 0.41% | 0.57% | - |
| XYZ | 16.98 | 13.47 | 12.06 | - |
| YUV | 104.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 93 | 0 | 0.41 | 0.36 | 0.43 | 352.88 | 0.26 | 0.45 |
| Hex | 91 | 56 | 5D | 0 | 29 | 24 | 2B | 161 | 1A | 2D |
| Octal | 221 | 126 | 135 | 0 | 51 | 44 | 53 | 541 | 32 | 55 |
| Binary | 10010001 | 1010110 | 1011101 | 0 | 101001 | 100100 | 101011 | 101100001 | 11010 | 101101 |
Color Harmonies of #91565D
Complementary color
Monochromatic Colors of #91565D
Black with #91565D
Text Example
Text Example
White with #91565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91565D; }
p { color: rgb(145,86,93); }
H1.HeaderClassName
{
color: #91565D;
}
.AnyTagClassName
{
color: #91565D;
}
</style>
background-color css
<style>
a { background-color: #91565D; }
a { background-color: rgb(145,86,93); }
div.DivClassName
{
background-color: #91565D;
}
.BgClassName
{
background-color: #91565D;
}
</style>
border-color css
<style>
span { border-color: #91565D; }
span { border-color: rgb(145,86,93); }
td.TdClassName
{
border-color: #91565D;
}
.TagClassName
{
border-color: #91565D;
}
</style>