Shades of Vin Rouge #95585A
Tints of Vin Rouge #95585A
RGB
CMYK
RGB Variations
Color information
#95585A (or 0x95585A) is known color: Vin Rouge. HEX triplet: 95, 58 and 5A. RGB value is (149,88,90). Sum of RGB (Red+Green+Blue) = 149+88+90=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95585A is #6AA7A5. Grayscale: #6A6A6A. Windows color (decimal): -6989734 or 5920917. OLE color: 5920917.
HSL color Cylindrical-coordinate representation of color #95585A: hue angle of 358.03º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95585A is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 90 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.42 |
| HSL | 358.03º | 0.26% | 0.46% | - |
| HSV(B) | 358.03º | 0.41% | 0.58% | - |
| XYZ | 17.73 | 14.11 | 11.46 | - |
| YUV | 106.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 90 | 0 | 0.41 | 0.40 | 0.42 | 358.03 | 0.26 | 0.46 |
| Hex | 95 | 58 | 5A | 0 | 29 | 28 | 2A | 166 | 1A | 2E |
| Octal | 225 | 130 | 132 | 0 | 51 | 50 | 52 | 546 | 32 | 56 |
| Binary | 10010101 | 1011000 | 1011010 | 0 | 101001 | 101000 | 101010 | 101100110 | 11010 | 101110 |
Color Harmonies of #95585A
Complementary color
Monochromatic Colors of #95585A
Black with #95585A
Text Example
Text Example
White with #95585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95585A; }
p { color: rgb(149,88,90); }
H1.HeaderClassName
{
color: #95585A;
}
.AnyTagClassName
{
color: #95585A;
}
</style>
background-color css
<style>
a { background-color: #95585A; }
a { background-color: rgb(149,88,90); }
div.DivClassName
{
background-color: #95585A;
}
.BgClassName
{
background-color: #95585A;
}
</style>
border-color css
<style>
span { border-color: #95585A; }
span { border-color: rgb(149,88,90); }
td.TdClassName
{
border-color: #95585A;
}
.TagClassName
{
border-color: #95585A;
}
</style>