Shades of Vin Rouge #95595E
Tints of Vin Rouge #95595E
RGB
CMYK
RGB Variations
Color information
#95595E (or 0x95595E) is known color: Vin Rouge. HEX triplet: 95, 59 and 5E. RGB value is (149,89,94). Sum of RGB (Red+Green+Blue) = 149+89+94=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #95595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95595E is #6AA6A1. Grayscale: #6B6B6B. Windows color (decimal): -6989474 or 6183317. OLE color: 6183317.
HSL color Cylindrical-coordinate representation of color #95595E: hue angle of 355º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95595E is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 94 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.42 |
| HSL | 355º | 0.25% | 0.47% | - |
| HSV(B) | 355º | 0.4% | 0.58% | - |
| XYZ | 17.99 | 14.34 | 12.41 | - |
| YUV | 107.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 94 | 0 | 0.40 | 0.37 | 0.42 | 355 | 0.25 | 0.47 |
| Hex | 95 | 59 | 5E | 0 | 28 | 25 | 2A | 163 | 19 | 2F |
| Octal | 225 | 131 | 136 | 0 | 50 | 45 | 52 | 543 | 31 | 57 |
| Binary | 10010101 | 1011001 | 1011110 | 0 | 101000 | 100101 | 101010 | 101100011 | 11001 | 101111 |
Color Harmonies of #95595E
Complementary color
Monochromatic Colors of #95595E
Black with #95595E
Text Example
Text Example
White with #95595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95595E; }
p { color: rgb(149,89,94); }
H1.HeaderClassName
{
color: #95595E;
}
.AnyTagClassName
{
color: #95595E;
}
</style>
background-color css
<style>
a { background-color: #95595E; }
a { background-color: rgb(149,89,94); }
div.DivClassName
{
background-color: #95595E;
}
.BgClassName
{
background-color: #95595E;
}
</style>
border-color css
<style>
span { border-color: #95595E; }
span { border-color: rgb(149,89,94); }
td.TdClassName
{
border-color: #95595E;
}
.TagClassName
{
border-color: #95595E;
}
</style>