Shades of Vin Rouge #955863
Tints of Vin Rouge #955863
RGB
CMYK
RGB Variations
Color information
#955863 (or 0x955863) is known color: Vin Rouge. HEX triplet: 95, 58 and 63. RGB value is (149,88,99). Sum of RGB (Red+Green+Blue) = 149+88+99=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #955863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955863 is #6AA79C. Grayscale: #6B6B6B. Windows color (decimal): -6989725 or 6510741. OLE color: 6510741.
HSL color Cylindrical-coordinate representation of color #955863: hue angle of 349.18º 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 #955863 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 99 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.42 |
| HSL | 349.18º | 0.26% | 0.46% | - |
| HSV(B) | 349.18º | 0.41% | 0.58% | - |
| XYZ | 18.14 | 14.27 | 13.6 | - |
| YUV | 107.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 99 | 0 | 0.41 | 0.34 | 0.42 | 349.18 | 0.26 | 0.46 |
| Hex | 95 | 58 | 63 | 0 | 29 | 22 | 2A | 15D | 1A | 2E |
| Octal | 225 | 130 | 143 | 0 | 51 | 42 | 52 | 535 | 32 | 56 |
| Binary | 10010101 | 1011000 | 1100011 | 0 | 101001 | 100010 | 101010 | 101011101 | 11010 | 101110 |
Color Harmonies of #955863
Complementary color
Monochromatic Colors of #955863
Black with #955863
Text Example
Text Example
White with #955863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955863; }
p { color: rgb(149,88,99); }
H1.HeaderClassName
{
color: #955863;
}
.AnyTagClassName
{
color: #955863;
}
</style>
background-color css
<style>
a { background-color: #955863; }
a { background-color: rgb(149,88,99); }
div.DivClassName
{
background-color: #955863;
}
.BgClassName
{
background-color: #955863;
}
</style>
border-color css
<style>
span { border-color: #955863; }
span { border-color: rgb(149,88,99); }
td.TdClassName
{
border-color: #955863;
}
.TagClassName
{
border-color: #955863;
}
</style>