Shades of Vin Rouge #955C5E
Tints of Vin Rouge #955C5E
RGB
CMYK
RGB Variations
Color information
#955C5E (or 0x955C5E) is known color: Vin Rouge. HEX triplet: 95, 5C and 5E. RGB value is (149,92,94). Sum of RGB (Red+Green+Blue) = 149+92+94=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #955C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C5E is #6AA3A1. Grayscale: #6D6D6D. Windows color (decimal): -6988706 or 6184085. OLE color: 6184085.
HSL color Cylindrical-coordinate representation of color #955C5E: hue angle of 357.89º degrees, saturation: 0.24, 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 #955C5E is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 92 | 94 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.42 |
| HSL | 357.89º | 0.24% | 0.47% | - |
| HSV(B) | 357.89º | 0.38% | 0.58% | - |
| XYZ | 18.24 | 14.85 | 12.49 | - |
| YUV | 109.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 94 | 0 | 0.38 | 0.37 | 0.42 | 357.89 | 0.24 | 0.47 |
| Hex | 95 | 5C | 5E | 0 | 26 | 25 | 2A | 166 | 18 | 2F |
| Octal | 225 | 134 | 136 | 0 | 46 | 45 | 52 | 546 | 30 | 57 |
| Binary | 10010101 | 1011100 | 1011110 | 0 | 100110 | 100101 | 101010 | 101100110 | 11000 | 101111 |
Color Harmonies of #955C5E
Complementary color
Monochromatic Colors of #955C5E
Black with #955C5E
Text Example
Text Example
White with #955C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955C5E; }
p { color: rgb(149,92,94); }
H1.HeaderClassName
{
color: #955C5E;
}
.AnyTagClassName
{
color: #955C5E;
}
</style>
background-color css
<style>
a { background-color: #955C5E; }
a { background-color: rgb(149,92,94); }
div.DivClassName
{
background-color: #955C5E;
}
.BgClassName
{
background-color: #955C5E;
}
</style>
border-color css
<style>
span { border-color: #955C5E; }
span { border-color: rgb(149,92,94); }
td.TdClassName
{
border-color: #955C5E;
}
.TagClassName
{
border-color: #955C5E;
}
</style>