Shades of Vin Rouge #95565C
Tints of Vin Rouge #95565C
RGB
CMYK
RGB Variations
Color information
#95565C (or 0x95565C) is known color: Vin Rouge. HEX triplet: 95, 56 and 5C. RGB value is (149,86,92). Sum of RGB (Red+Green+Blue) = 149+86+92=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95565C is #6AA9A3. Grayscale: #696969. Windows color (decimal): -6990244 or 6051477. OLE color: 6051477.
HSL color Cylindrical-coordinate representation of color #95565C: hue angle of 354.29º 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 #95565C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 92 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.42 |
| HSL | 354.29º | 0.27% | 0.46% | - |
| HSV(B) | 354.29º | 0.42% | 0.58% | - |
| XYZ | 17.65 | 13.82 | 11.86 | - |
| YUV | 105.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 92 | 0 | 0.42 | 0.38 | 0.42 | 354.29 | 0.27 | 0.46 |
| Hex | 95 | 56 | 5C | 0 | 2A | 26 | 2A | 162 | 1B | 2E |
| Octal | 225 | 126 | 134 | 0 | 52 | 46 | 52 | 542 | 33 | 56 |
| Binary | 10010101 | 1010110 | 1011100 | 0 | 101010 | 100110 | 101010 | 101100010 | 11011 | 101110 |
Color Harmonies of #95565C
Complementary color
Monochromatic Colors of #95565C
Black with #95565C
Text Example
Text Example
White with #95565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95565C; }
p { color: rgb(149,86,92); }
H1.HeaderClassName
{
color: #95565C;
}
.AnyTagClassName
{
color: #95565C;
}
</style>
background-color css
<style>
a { background-color: #95565C; }
a { background-color: rgb(149,86,92); }
div.DivClassName
{
background-color: #95565C;
}
.BgClassName
{
background-color: #95565C;
}
</style>
border-color css
<style>
span { border-color: #95565C; }
span { border-color: rgb(149,86,92); }
td.TdClassName
{
border-color: #95565C;
}
.TagClassName
{
border-color: #95565C;
}
</style>