Shades of Vin Rouge #955B5C
Tints of Vin Rouge #955B5C
RGB
CMYK
RGB Variations
Color information
#955B5C (or 0x955B5C) is known color: Vin Rouge. HEX triplet: 95, 5B and 5C. RGB value is (149,91,92). Sum of RGB (Red+Green+Blue) = 149+91+92=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #955B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B5C is #6AA4A3. Grayscale: #6C6C6C. Windows color (decimal): -6988964 or 6052757. OLE color: 6052757.
HSL color Cylindrical-coordinate representation of color #955B5C: hue angle of 358.97º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #955B5C is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 92 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.42 |
| HSL | 358.97º | 0.24% | 0.47% | - |
| HSV(B) | 358.97º | 0.39% | 0.58% | - |
| XYZ | 18.07 | 14.64 | 12 | - |
| YUV | 108.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 92 | 0 | 0.39 | 0.38 | 0.42 | 358.97 | 0.24 | 0.47 |
| Hex | 95 | 5B | 5C | 0 | 27 | 26 | 2A | 167 | 18 | 2F |
| Octal | 225 | 133 | 134 | 0 | 47 | 46 | 52 | 547 | 30 | 57 |
| Binary | 10010101 | 1011011 | 1011100 | 0 | 100111 | 100110 | 101010 | 101100111 | 11000 | 101111 |
Color Harmonies of #955B5C
Complementary color
Monochromatic Colors of #955B5C
Black with #955B5C
Text Example
Text Example
White with #955B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B5C; }
p { color: rgb(149,91,92); }
H1.HeaderClassName
{
color: #955B5C;
}
.AnyTagClassName
{
color: #955B5C;
}
</style>
background-color css
<style>
a { background-color: #955B5C; }
a { background-color: rgb(149,91,92); }
div.DivClassName
{
background-color: #955B5C;
}
.BgClassName
{
background-color: #955B5C;
}
</style>
border-color css
<style>
span { border-color: #955B5C; }
span { border-color: rgb(149,91,92); }
td.TdClassName
{
border-color: #955B5C;
}
.TagClassName
{
border-color: #955B5C;
}
</style>