Shades of Vin Rouge #95575E
Tints of Vin Rouge #95575E
RGB
CMYK
RGB Variations
Color information
#95575E (or 0x95575E) is known color: Vin Rouge. HEX triplet: 95, 57 and 5E. RGB value is (149,87,94). Sum of RGB (Red+Green+Blue) = 149+87+94=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95575E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95575E is #6AA8A1. Grayscale: #6A6A6A. Windows color (decimal): -6989986 or 6182805. OLE color: 6182805.
HSL color Cylindrical-coordinate representation of color #95575E: hue angle of 353.23º degrees, saturation: 0.26, 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 #95575E is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 87 | 94 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.42 |
| HSL | 353.23º | 0.26% | 0.46% | - |
| HSV(B) | 353.23º | 0.42% | 0.58% | - |
| XYZ | 17.82 | 14.01 | 12.36 | - |
| YUV | 106.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 94 | 0 | 0.42 | 0.37 | 0.42 | 353.23 | 0.26 | 0.46 |
| Hex | 95 | 57 | 5E | 0 | 2A | 25 | 2A | 161 | 1A | 2E |
| Octal | 225 | 127 | 136 | 0 | 52 | 45 | 52 | 541 | 32 | 56 |
| Binary | 10010101 | 1010111 | 1011110 | 0 | 101010 | 100101 | 101010 | 101100001 | 11010 | 101110 |
Color Harmonies of #95575E
Complementary color
Monochromatic Colors of #95575E
Black with #95575E
Text Example
Text Example
White with #95575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95575E; }
p { color: rgb(149,87,94); }
H1.HeaderClassName
{
color: #95575E;
}
.AnyTagClassName
{
color: #95575E;
}
</style>
background-color css
<style>
a { background-color: #95575E; }
a { background-color: rgb(149,87,94); }
div.DivClassName
{
background-color: #95575E;
}
.BgClassName
{
background-color: #95575E;
}
</style>
border-color css
<style>
span { border-color: #95575E; }
span { border-color: rgb(149,87,94); }
td.TdClassName
{
border-color: #95575E;
}
.TagClassName
{
border-color: #95575E;
}
</style>