Shades of Vin Rouge #915A5D
Tints of Vin Rouge #915A5D
RGB
CMYK
RGB Variations
Color information
#915A5D (or 0x915A5D) is known color: Vin Rouge. HEX triplet: 91, 5A and 5D. RGB value is (145,90,93). Sum of RGB (Red+Green+Blue) = 145+90+93=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #915A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A5D is #6EA5A2. Grayscale: #6A6A6A. Windows color (decimal): -7251363 or 6118033. OLE color: 6118033.
HSL color Cylindrical-coordinate representation of color #915A5D: hue angle of 356.73º 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 #915A5D is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 93 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.43 |
| HSL | 356.73º | 0.23% | 0.46% | - |
| HSV(B) | 356.73º | 0.38% | 0.57% | - |
| XYZ | 17.31 | 14.12 | 12.17 | - |
| YUV | 106.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 93 | 0 | 0.38 | 0.36 | 0.43 | 356.73 | 0.23 | 0.46 |
| Hex | 91 | 5A | 5D | 0 | 26 | 24 | 2B | 165 | 17 | 2E |
| Octal | 221 | 132 | 135 | 0 | 46 | 44 | 53 | 545 | 27 | 56 |
| Binary | 10010001 | 1011010 | 1011101 | 0 | 100110 | 100100 | 101011 | 101100101 | 10111 | 101110 |
Color Harmonies of #915A5D
Complementary color
Monochromatic Colors of #915A5D
Black with #915A5D
Text Example
Text Example
White with #915A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A5D; }
p { color: rgb(145,90,93); }
H1.HeaderClassName
{
color: #915A5D;
}
.AnyTagClassName
{
color: #915A5D;
}
</style>
background-color css
<style>
a { background-color: #915A5D; }
a { background-color: rgb(145,90,93); }
div.DivClassName
{
background-color: #915A5D;
}
.BgClassName
{
background-color: #915A5D;
}
</style>
border-color css
<style>
span { border-color: #915A5D; }
span { border-color: rgb(145,90,93); }
td.TdClassName
{
border-color: #915A5D;
}
.TagClassName
{
border-color: #915A5D;
}
</style>