Shades of Vin Rouge #95565E
Tints of Vin Rouge #95565E
RGB
CMYK
RGB Variations
Color information
#95565E (or 0x95565E) is known color: Vin Rouge. HEX triplet: 95, 56 and 5E. RGB value is (149,86,94). Sum of RGB (Red+Green+Blue) = 149+86+94=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95565E is #6AA9A1. Grayscale: #696969. Windows color (decimal): -6990242 or 6182549. OLE color: 6182549.
HSL color Cylindrical-coordinate representation of color #95565E: hue angle of 352.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95565E is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 94 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.42 |
| HSL | 352.38º | 0.27% | 0.46% | - |
| HSV(B) | 352.38º | 0.42% | 0.58% | - |
| XYZ | 17.74 | 13.85 | 12.33 | - |
| YUV | 105.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 94 | 0 | 0.42 | 0.37 | 0.42 | 352.38 | 0.27 | 0.46 |
| Hex | 95 | 56 | 5E | 0 | 2A | 25 | 2A | 160 | 1B | 2E |
| Octal | 225 | 126 | 136 | 0 | 52 | 45 | 52 | 540 | 33 | 56 |
| Binary | 10010101 | 1010110 | 1011110 | 0 | 101010 | 100101 | 101010 | 101100000 | 11011 | 101110 |
Color Harmonies of #95565E
Complementary color
Monochromatic Colors of #95565E
Black with #95565E
Text Example
Text Example
White with #95565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95565E; }
p { color: rgb(149,86,94); }
H1.HeaderClassName
{
color: #95565E;
}
.AnyTagClassName
{
color: #95565E;
}
</style>
background-color css
<style>
a { background-color: #95565E; }
a { background-color: rgb(149,86,94); }
div.DivClassName
{
background-color: #95565E;
}
.BgClassName
{
background-color: #95565E;
}
</style>
border-color css
<style>
span { border-color: #95565E; }
span { border-color: rgb(149,86,94); }
td.TdClassName
{
border-color: #95565E;
}
.TagClassName
{
border-color: #95565E;
}
</style>