Shades of Vin Rouge #955762
Tints of Vin Rouge #955762
RGB
CMYK
RGB Variations
Color information
#955762 (or 0x955762) is known color: Vin Rouge. HEX triplet: 95, 57 and 62. RGB value is (149,87,98). Sum of RGB (Red+Green+Blue) = 149+87+98=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #955762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955762 is #6AA89D. Grayscale: #6A6A6A. Windows color (decimal): -6989982 or 6444949. OLE color: 6444949.
HSL color Cylindrical-coordinate representation of color #955762: hue angle of 349.35º 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 #955762 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 87 | 98 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.42 |
| HSL | 349.35º | 0.26% | 0.46% | - |
| HSV(B) | 349.35º | 0.42% | 0.58% | - |
| XYZ | 18.01 | 14.09 | 13.33 | - |
| YUV | 106.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 98 | 0 | 0.42 | 0.34 | 0.42 | 349.35 | 0.26 | 0.46 |
| Hex | 95 | 57 | 62 | 0 | 2A | 22 | 2A | 15D | 1A | 2E |
| Octal | 225 | 127 | 142 | 0 | 52 | 42 | 52 | 535 | 32 | 56 |
| Binary | 10010101 | 1010111 | 1100010 | 0 | 101010 | 100010 | 101010 | 101011101 | 11010 | 101110 |
Color Harmonies of #955762
Complementary color
Monochromatic Colors of #955762
Black with #955762
Text Example
Text Example
White with #955762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955762; }
p { color: rgb(149,87,98); }
H1.HeaderClassName
{
color: #955762;
}
.AnyTagClassName
{
color: #955762;
}
</style>
background-color css
<style>
a { background-color: #955762; }
a { background-color: rgb(149,87,98); }
div.DivClassName
{
background-color: #955762;
}
.BgClassName
{
background-color: #955762;
}
</style>
border-color css
<style>
span { border-color: #955762; }
span { border-color: rgb(149,87,98); }
td.TdClassName
{
border-color: #955762;
}
.TagClassName
{
border-color: #955762;
}
</style>