Shades of Vin Rouge #95575A
Tints of Vin Rouge #95575A
RGB
CMYK
RGB Variations
Color information
#95575A (or 0x95575A) is known color: Vin Rouge. HEX triplet: 95, 57 and 5A. RGB value is (149,87,90). Sum of RGB (Red+Green+Blue) = 149+87+90=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95575A is #6AA8A5. Grayscale: #696969. Windows color (decimal): -6989990 or 5920661. OLE color: 5920661.
HSL color Cylindrical-coordinate representation of color #95575A: hue angle of 357.1º 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 #95575A is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 87 | 90 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.42 |
| HSL | 357.1º | 0.26% | 0.46% | - |
| HSV(B) | 357.1º | 0.42% | 0.58% | - |
| XYZ | 17.65 | 13.94 | 11.43 | - |
| YUV | 105.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 90 | 0 | 0.42 | 0.40 | 0.42 | 357.1 | 0.26 | 0.46 |
| Hex | 95 | 57 | 5A | 0 | 2A | 28 | 2A | 165 | 1A | 2E |
| Octal | 225 | 127 | 132 | 0 | 52 | 50 | 52 | 545 | 32 | 56 |
| Binary | 10010101 | 1010111 | 1011010 | 0 | 101010 | 101000 | 101010 | 101100101 | 11010 | 101110 |
Color Harmonies of #95575A
Complementary color
Monochromatic Colors of #95575A
Black with #95575A
Text Example
Text Example
White with #95575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95575A; }
p { color: rgb(149,87,90); }
H1.HeaderClassName
{
color: #95575A;
}
.AnyTagClassName
{
color: #95575A;
}
</style>
background-color css
<style>
a { background-color: #95575A; }
a { background-color: rgb(149,87,90); }
div.DivClassName
{
background-color: #95575A;
}
.BgClassName
{
background-color: #95575A;
}
</style>
border-color css
<style>
span { border-color: #95575A; }
span { border-color: rgb(149,87,90); }
td.TdClassName
{
border-color: #95575A;
}
.TagClassName
{
border-color: #95575A;
}
</style>