Shades of Vin Rouge #91585B
Tints of Vin Rouge #91585B
RGB
CMYK
RGB Variations
Color information
#91585B (or 0x91585B) is known color: Vin Rouge. HEX triplet: 91, 58 and 5B. RGB value is (145,88,91). Sum of RGB (Red+Green+Blue) = 145+88+91=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #91585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91585B is #6EA7A4. Grayscale: #696969. Windows color (decimal): -7251877 or 5986449. OLE color: 5986449.
HSL color Cylindrical-coordinate representation of color #91585B: hue angle of 356.84º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91585B is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 91 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.43 |
| HSL | 356.84º | 0.24% | 0.46% | - |
| HSV(B) | 356.84º | 0.39% | 0.57% | - |
| XYZ | 17.06 | 13.75 | 11.65 | - |
| YUV | 105.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 91 | 0 | 0.39 | 0.37 | 0.43 | 356.84 | 0.24 | 0.46 |
| Hex | 91 | 58 | 5B | 0 | 27 | 25 | 2B | 165 | 18 | 2E |
| Octal | 221 | 130 | 133 | 0 | 47 | 45 | 53 | 545 | 30 | 56 |
| Binary | 10010001 | 1011000 | 1011011 | 0 | 100111 | 100101 | 101011 | 101100101 | 11000 | 101110 |
Color Harmonies of #91585B
Complementary color
Monochromatic Colors of #91585B
Black with #91585B
Text Example
Text Example
White with #91585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91585B; }
p { color: rgb(145,88,91); }
H1.HeaderClassName
{
color: #91585B;
}
.AnyTagClassName
{
color: #91585B;
}
</style>
background-color css
<style>
a { background-color: #91585B; }
a { background-color: rgb(145,88,91); }
div.DivClassName
{
background-color: #91585B;
}
.BgClassName
{
background-color: #91585B;
}
</style>
border-color css
<style>
span { border-color: #91585B; }
span { border-color: rgb(145,88,91); }
td.TdClassName
{
border-color: #91585B;
}
.TagClassName
{
border-color: #91585B;
}
</style>