Shades of Vin Rouge #915A5C
Tints of Vin Rouge #915A5C
RGB
CMYK
RGB Variations
Color information
#915A5C (or 0x915A5C) is known color: Vin Rouge. HEX triplet: 91, 5A and 5C. RGB value is (145,90,92). Sum of RGB (Red+Green+Blue) = 145+90+92=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #915A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A5C is #6EA5A3. Grayscale: #6A6A6A. Windows color (decimal): -7251364 or 6052497. OLE color: 6052497.
HSL color Cylindrical-coordinate representation of color #915A5C: hue angle of 357.82º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #915A5C is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 92 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.43 |
| HSL | 357.82º | 0.23% | 0.46% | - |
| HSV(B) | 357.82º | 0.38% | 0.57% | - |
| XYZ | 17.26 | 14.1 | 11.94 | - |
| YUV | 106.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 92 | 0 | 0.38 | 0.37 | 0.43 | 357.82 | 0.23 | 0.46 |
| Hex | 91 | 5A | 5C | 0 | 26 | 25 | 2B | 166 | 17 | 2E |
| Octal | 221 | 132 | 134 | 0 | 46 | 45 | 53 | 546 | 27 | 56 |
| Binary | 10010001 | 1011010 | 1011100 | 0 | 100110 | 100101 | 101011 | 101100110 | 10111 | 101110 |
Color Harmonies of #915A5C
Complementary color
Monochromatic Colors of #915A5C
Black with #915A5C
Text Example
Text Example
White with #915A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A5C; }
p { color: rgb(145,90,92); }
H1.HeaderClassName
{
color: #915A5C;
}
.AnyTagClassName
{
color: #915A5C;
}
</style>
background-color css
<style>
a { background-color: #915A5C; }
a { background-color: rgb(145,90,92); }
div.DivClassName
{
background-color: #915A5C;
}
.BgClassName
{
background-color: #915A5C;
}
</style>
border-color css
<style>
span { border-color: #915A5C; }
span { border-color: rgb(145,90,92); }
td.TdClassName
{
border-color: #915A5C;
}
.TagClassName
{
border-color: #915A5C;
}
</style>