Shades of Vin Rouge #91585C
Tints of Vin Rouge #91585C
RGB
CMYK
RGB Variations
Color information
#91585C (or 0x91585C) is known color: Vin Rouge. HEX triplet: 91, 58 and 5C. RGB value is (145,88,92). Sum of RGB (Red+Green+Blue) = 145+88+92=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #91585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91585C is #6EA7A3. Grayscale: #696969. Windows color (decimal): -7251876 or 6051985. OLE color: 6051985.
HSL color Cylindrical-coordinate representation of color #91585C: hue angle of 355.79º 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 #91585C is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 92 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.43 |
| HSL | 355.79º | 0.24% | 0.46% | - |
| HSV(B) | 355.79º | 0.39% | 0.57% | - |
| XYZ | 17.1 | 13.77 | 11.88 | - |
| YUV | 105.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 92 | 0 | 0.39 | 0.37 | 0.43 | 355.79 | 0.24 | 0.46 |
| Hex | 91 | 58 | 5C | 0 | 27 | 25 | 2B | 164 | 18 | 2E |
| Octal | 221 | 130 | 134 | 0 | 47 | 45 | 53 | 544 | 30 | 56 |
| Binary | 10010001 | 1011000 | 1011100 | 0 | 100111 | 100101 | 101011 | 101100100 | 11000 | 101110 |
Color Harmonies of #91585C
Complementary color
Monochromatic Colors of #91585C
Black with #91585C
Text Example
Text Example
White with #91585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91585C; }
p { color: rgb(145,88,92); }
H1.HeaderClassName
{
color: #91585C;
}
.AnyTagClassName
{
color: #91585C;
}
</style>
background-color css
<style>
a { background-color: #91585C; }
a { background-color: rgb(145,88,92); }
div.DivClassName
{
background-color: #91585C;
}
.BgClassName
{
background-color: #91585C;
}
</style>
border-color css
<style>
span { border-color: #91585C; }
span { border-color: rgb(145,88,92); }
td.TdClassName
{
border-color: #91585C;
}
.TagClassName
{
border-color: #91585C;
}
</style>