Shades of Vin Rouge #915E61
Tints of Vin Rouge #915E61
RGB
CMYK
RGB Variations
Color information
#915E61 (or 0x915E61) is known color: Vin Rouge. HEX triplet: 91, 5E and 61. RGB value is (145,94,97). Sum of RGB (Red+Green+Blue) = 145+94+97=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #915E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E61 is #6EA19E. Grayscale: #6D6D6D. Windows color (decimal): -7250335 or 6381201. OLE color: 6381201.
HSL color Cylindrical-coordinate representation of color #915E61: hue angle of 356.47º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #915E61 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 97 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.43 |
| HSL | 356.47º | 0.21% | 0.47% | - |
| HSV(B) | 356.47º | 0.35% | 0.57% | - |
| XYZ | 17.84 | 14.89 | 13.24 | - |
| YUV | 109.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 97 | 0 | 0.35 | 0.33 | 0.43 | 356.47 | 0.21 | 0.47 |
| Hex | 91 | 5E | 61 | 0 | 23 | 21 | 2B | 164 | 15 | 2F |
| Octal | 221 | 136 | 141 | 0 | 43 | 41 | 53 | 544 | 25 | 57 |
| Binary | 10010001 | 1011110 | 1100001 | 0 | 100011 | 100001 | 101011 | 101100100 | 10101 | 101111 |
Color Harmonies of #915E61
Complementary color
Monochromatic Colors of #915E61
Black with #915E61
Text Example
Text Example
White with #915E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E61; }
p { color: rgb(145,94,97); }
H1.HeaderClassName
{
color: #915E61;
}
.AnyTagClassName
{
color: #915E61;
}
</style>
background-color css
<style>
a { background-color: #915E61; }
a { background-color: rgb(145,94,97); }
div.DivClassName
{
background-color: #915E61;
}
.BgClassName
{
background-color: #915E61;
}
</style>
border-color css
<style>
span { border-color: #915E61; }
span { border-color: rgb(145,94,97); }
td.TdClassName
{
border-color: #915E61;
}
.TagClassName
{
border-color: #915E61;
}
</style>