Shades of Vin Rouge #955D5E
Tints of Vin Rouge #955D5E
RGB
CMYK
RGB Variations
Color information
#955D5E (or 0x955D5E) is known color: Vin Rouge. HEX triplet: 95, 5D and 5E. RGB value is (149,93,94). Sum of RGB (Red+Green+Blue) = 149+93+94=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #955D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D5E is #6AA2A1. Grayscale: #6D6D6D. Windows color (decimal): -6988450 or 6184341. OLE color: 6184341.
HSL color Cylindrical-coordinate representation of color #955D5E: hue angle of 358.93º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955D5E is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 94 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.42 |
| HSL | 358.93º | 0.23% | 0.47% | - |
| HSV(B) | 358.93º | 0.38% | 0.58% | - |
| XYZ | 18.33 | 15.03 | 12.52 | - |
| YUV | 109.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 94 | 0 | 0.38 | 0.37 | 0.42 | 358.93 | 0.23 | 0.47 |
| Hex | 95 | 5D | 5E | 0 | 26 | 25 | 2A | 167 | 17 | 2F |
| Octal | 225 | 135 | 136 | 0 | 46 | 45 | 52 | 547 | 27 | 57 |
| Binary | 10010101 | 1011101 | 1011110 | 0 | 100110 | 100101 | 101010 | 101100111 | 10111 | 101111 |
Color Harmonies of #955D5E
Complementary color
Monochromatic Colors of #955D5E
Black with #955D5E
Text Example
Text Example
White with #955D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D5E; }
p { color: rgb(149,93,94); }
H1.HeaderClassName
{
color: #955D5E;
}
.AnyTagClassName
{
color: #955D5E;
}
</style>
background-color css
<style>
a { background-color: #955D5E; }
a { background-color: rgb(149,93,94); }
div.DivClassName
{
background-color: #955D5E;
}
.BgClassName
{
background-color: #955D5E;
}
</style>
border-color css
<style>
span { border-color: #955D5E; }
span { border-color: rgb(149,93,94); }
td.TdClassName
{
border-color: #955D5E;
}
.TagClassName
{
border-color: #955D5E;
}
</style>