Shades of Vin Rouge #96585B
Tints of Vin Rouge #96585B
RGB
CMYK
RGB Variations
Color information
#96585B (or 0x96585B) is known color: Vin Rouge. HEX triplet: 96, 58 and 5B. RGB value is (150,88,91). Sum of RGB (Red+Green+Blue) = 150+88+91=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96585B is #69A7A4. Grayscale: #6A6A6A. Windows color (decimal): -6924197 or 5986454. OLE color: 5986454.
HSL color Cylindrical-coordinate representation of color #96585B: hue angle of 357.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96585B is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 88 | 91 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.41 |
| HSL | 357.1º | 0.26% | 0.47% | - |
| HSV(B) | 357.1º | 0.41% | 0.59% | - |
| XYZ | 17.96 | 14.22 | 11.7 | - |
| YUV | 106.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 91 | 0 | 0.41 | 0.39 | 0.41 | 357.1 | 0.26 | 0.47 |
| Hex | 96 | 58 | 5B | 0 | 29 | 27 | 29 | 165 | 1A | 2F |
| Octal | 226 | 130 | 133 | 0 | 51 | 47 | 51 | 545 | 32 | 57 |
| Binary | 10010110 | 1011000 | 1011011 | 0 | 101001 | 100111 | 101001 | 101100101 | 11010 | 101111 |
Color Harmonies of #96585B
Complementary color
Monochromatic Colors of #96585B
Black with #96585B
Text Example
Text Example
White with #96585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96585B; }
p { color: rgb(150,88,91); }
H1.HeaderClassName
{
color: #96585B;
}
.AnyTagClassName
{
color: #96585B;
}
</style>
background-color css
<style>
a { background-color: #96585B; }
a { background-color: rgb(150,88,91); }
div.DivClassName
{
background-color: #96585B;
}
.BgClassName
{
background-color: #96585B;
}
</style>
border-color css
<style>
span { border-color: #96585B; }
span { border-color: rgb(150,88,91); }
td.TdClassName
{
border-color: #96585B;
}
.TagClassName
{
border-color: #96585B;
}
</style>