Shades of Vin Rouge #95515A
Tints of Vin Rouge #95515A
RGB
CMYK
RGB Variations
Color information
#95515A (or 0x95515A) is known color: Vin Rouge. HEX triplet: 95, 51 and 5A. RGB value is (149,81,90). Sum of RGB (Red+Green+Blue) = 149+81+90=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #95515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95515A is #6AAEA5. Grayscale: #666666. Windows color (decimal): -6991526 or 5919125. OLE color: 5919125.
HSL color Cylindrical-coordinate representation of color #95515A: hue angle of 352.06º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95515A is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 90 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.42 |
| HSL | 352.06º | 0.3% | 0.45% | - |
| HSV(B) | 352.06º | 0.46% | 0.58% | - |
| XYZ | 17.18 | 13.01 | 11.28 | - |
| YUV | 102.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 90 | 0 | 0.46 | 0.40 | 0.42 | 352.06 | 0.3 | 0.45 |
| Hex | 95 | 51 | 5A | 0 | 2E | 28 | 2A | 160 | 1E | 2D |
| Octal | 225 | 121 | 132 | 0 | 56 | 50 | 52 | 540 | 36 | 55 |
| Binary | 10010101 | 1010001 | 1011010 | 0 | 101110 | 101000 | 101010 | 101100000 | 11110 | 101101 |
Color Harmonies of #95515A
Complementary color
Monochromatic Colors of #95515A
Black with #95515A
Text Example
Text Example
White with #95515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95515A; }
p { color: rgb(149,81,90); }
H1.HeaderClassName
{
color: #95515A;
}
.AnyTagClassName
{
color: #95515A;
}
</style>
background-color css
<style>
a { background-color: #95515A; }
a { background-color: rgb(149,81,90); }
div.DivClassName
{
background-color: #95515A;
}
.BgClassName
{
background-color: #95515A;
}
</style>
border-color css
<style>
span { border-color: #95515A; }
span { border-color: rgb(149,81,90); }
td.TdClassName
{
border-color: #95515A;
}
.TagClassName
{
border-color: #95515A;
}
</style>