Shades of Vin Rouge #955E63
Tints of Vin Rouge #955E63
RGB
CMYK
RGB Variations
Color information
#955E63 (or 0x955E63) is known color: Vin Rouge. HEX triplet: 95, 5E and 63. RGB value is (149,94,99). Sum of RGB (Red+Green+Blue) = 149+94+99=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #955E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E63 is #6AA19C. Grayscale: #6F6F6F. Windows color (decimal): -6988189 or 6512277. OLE color: 6512277.
HSL color Cylindrical-coordinate representation of color #955E63: hue angle of 354.55º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E63 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 99 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.42 |
| HSL | 354.55º | 0.23% | 0.48% | - |
| HSV(B) | 354.55º | 0.37% | 0.58% | - |
| XYZ | 18.65 | 15.3 | 13.77 | - |
| YUV | 111.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 99 | 0 | 0.37 | 0.34 | 0.42 | 354.55 | 0.23 | 0.48 |
| Hex | 95 | 5E | 63 | 0 | 25 | 22 | 2A | 163 | 17 | 30 |
| Octal | 225 | 136 | 143 | 0 | 45 | 42 | 52 | 543 | 27 | 60 |
| Binary | 10010101 | 1011110 | 1100011 | 0 | 100101 | 100010 | 101010 | 101100011 | 10111 | 110000 |
Color Harmonies of #955E63
Complementary color
Monochromatic Colors of #955E63
Black with #955E63
Text Example
Text Example
White with #955E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E63; }
p { color: rgb(149,94,99); }
H1.HeaderClassName
{
color: #955E63;
}
.AnyTagClassName
{
color: #955E63;
}
</style>
background-color css
<style>
a { background-color: #955E63; }
a { background-color: rgb(149,94,99); }
div.DivClassName
{
background-color: #955E63;
}
.BgClassName
{
background-color: #955E63;
}
</style>
border-color css
<style>
span { border-color: #955E63; }
span { border-color: rgb(149,94,99); }
td.TdClassName
{
border-color: #955E63;
}
.TagClassName
{
border-color: #955E63;
}
</style>