Shades of Vin Rouge #915A62
Tints of Vin Rouge #915A62
RGB
CMYK
RGB Variations
Color information
#915A62 (or 0x915A62) is known color: Vin Rouge. HEX triplet: 91, 5A and 62. RGB value is (145,90,98). Sum of RGB (Red+Green+Blue) = 145+90+98=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #915A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A62 is #6EA59D. Grayscale: #6B6B6B. Windows color (decimal): -7251358 or 6445713. OLE color: 6445713.
HSL color Cylindrical-coordinate representation of color #915A62: hue angle of 351.27º 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 #915A62 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 98 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.43 |
| HSL | 351.27º | 0.23% | 0.46% | - |
| HSV(B) | 351.27º | 0.38% | 0.57% | - |
| XYZ | 17.54 | 14.21 | 13.37 | - |
| YUV | 107.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 98 | 0 | 0.38 | 0.32 | 0.43 | 351.27 | 0.23 | 0.46 |
| Hex | 91 | 5A | 62 | 0 | 26 | 20 | 2B | 15F | 17 | 2E |
| Octal | 221 | 132 | 142 | 0 | 46 | 40 | 53 | 537 | 27 | 56 |
| Binary | 10010001 | 1011010 | 1100010 | 0 | 100110 | 100000 | 101011 | 101011111 | 10111 | 101110 |
Color Harmonies of #915A62
Complementary color
Monochromatic Colors of #915A62
Black with #915A62
Text Example
Text Example
White with #915A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A62; }
p { color: rgb(145,90,98); }
H1.HeaderClassName
{
color: #915A62;
}
.AnyTagClassName
{
color: #915A62;
}
</style>
background-color css
<style>
a { background-color: #915A62; }
a { background-color: rgb(145,90,98); }
div.DivClassName
{
background-color: #915A62;
}
.BgClassName
{
background-color: #915A62;
}
</style>
border-color css
<style>
span { border-color: #915A62; }
span { border-color: rgb(145,90,98); }
td.TdClassName
{
border-color: #915A62;
}
.TagClassName
{
border-color: #915A62;
}
</style>