Shades of Vin Rouge #91575C
Tints of Vin Rouge #91575C
RGB
CMYK
RGB Variations
Color information
#91575C (or 0x91575C) is known color: Vin Rouge. HEX triplet: 91, 57 and 5C. RGB value is (145,87,92). Sum of RGB (Red+Green+Blue) = 145+87+92=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #91575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91575C is #6EA8A3. Grayscale: #686868. Windows color (decimal): -7252132 or 6051729. OLE color: 6051729.
HSL color Cylindrical-coordinate representation of color #91575C: hue angle of 354.83º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91575C is Cyan = 0, Magento = 0.4, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 87 | 92 | - |
| CMYK | 0 | 0.4 | 0.37 | 0.43 |
| HSL | 354.83º | 0.25% | 0.45% | - |
| HSV(B) | 354.83º | 0.4% | 0.57% | - |
| XYZ | 17.02 | 13.61 | 11.86 | - |
| YUV | 104.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 92 | 0 | 0.4 | 0.37 | 0.43 | 354.83 | 0.25 | 0.45 |
| Hex | 91 | 57 | 5C | 0 | 28 | 25 | 2B | 163 | 19 | 2D |
| Octal | 221 | 127 | 134 | 0 | 50 | 45 | 53 | 543 | 31 | 55 |
| Binary | 10010001 | 1010111 | 1011100 | 0 | 101000 | 100101 | 101011 | 101100011 | 11001 | 101101 |
Color Harmonies of #91575C
Complementary color
Monochromatic Colors of #91575C
Black with #91575C
Text Example
Text Example
White with #91575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91575C; }
p { color: rgb(145,87,92); }
H1.HeaderClassName
{
color: #91575C;
}
.AnyTagClassName
{
color: #91575C;
}
</style>
background-color css
<style>
a { background-color: #91575C; }
a { background-color: rgb(145,87,92); }
div.DivClassName
{
background-color: #91575C;
}
.BgClassName
{
background-color: #91575C;
}
</style>
border-color css
<style>
span { border-color: #91575C; }
span { border-color: rgb(145,87,92); }
td.TdClassName
{
border-color: #91575C;
}
.TagClassName
{
border-color: #91575C;
}
</style>