Shades of Vin Rouge #95575C
Tints of Vin Rouge #95575C
RGB
CMYK
RGB Variations
Color information
#95575C (or 0x95575C) is known color: Vin Rouge. HEX triplet: 95, 57 and 5C. RGB value is (149,87,92). Sum of RGB (Red+Green+Blue) = 149+87+92=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95575C is #6AA8A3. Grayscale: #6A6A6A. Windows color (decimal): -6989988 or 6051733. OLE color: 6051733.
HSL color Cylindrical-coordinate representation of color #95575C: hue angle of 355.16º 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 #95575C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 87 | 92 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.42 |
| HSL | 355.16º | 0.26% | 0.46% | - |
| HSV(B) | 355.16º | 0.42% | 0.58% | - |
| XYZ | 17.73 | 13.98 | 11.89 | - |
| YUV | 106.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 92 | 0 | 0.42 | 0.38 | 0.42 | 355.16 | 0.26 | 0.46 |
| Hex | 95 | 57 | 5C | 0 | 2A | 26 | 2A | 163 | 1A | 2E |
| Octal | 225 | 127 | 134 | 0 | 52 | 46 | 52 | 543 | 32 | 56 |
| Binary | 10010101 | 1010111 | 1011100 | 0 | 101010 | 100110 | 101010 | 101100011 | 11010 | 101110 |
Color Harmonies of #95575C
Complementary color
Monochromatic Colors of #95575C
Black with #95575C
Text Example
Text Example
White with #95575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95575C; }
p { color: rgb(149,87,92); }
H1.HeaderClassName
{
color: #95575C;
}
.AnyTagClassName
{
color: #95575C;
}
</style>
background-color css
<style>
a { background-color: #95575C; }
a { background-color: rgb(149,87,92); }
div.DivClassName
{
background-color: #95575C;
}
.BgClassName
{
background-color: #95575C;
}
</style>
border-color css
<style>
span { border-color: #95575C; }
span { border-color: rgb(149,87,92); }
td.TdClassName
{
border-color: #95575C;
}
.TagClassName
{
border-color: #95575C;
}
</style>