Shades of Vin Rouge #954F5C
Tints of Vin Rouge #954F5C
RGB
CMYK
RGB Variations
Color information
#954F5C (or 0x954F5C) is known color: Vin Rouge. HEX triplet: 95, 4F and 5C. RGB value is (149,79,92). Sum of RGB (Red+Green+Blue) = 149+79+92=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #954F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F5C is #6AB0A3. Grayscale: #656565. Windows color (decimal): -6992036 or 6049685. OLE color: 6049685.
HSL color Cylindrical-coordinate representation of color #954F5C: hue angle of 348.86º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F5C is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 92 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.42 |
| HSL | 348.86º | 0.31% | 0.45% | - |
| HSV(B) | 348.86º | 0.47% | 0.58% | - |
| XYZ | 17.12 | 12.75 | 11.68 | - |
| YUV | 101.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 92 | 0 | 0.47 | 0.38 | 0.42 | 348.86 | 0.31 | 0.45 |
| Hex | 95 | 4F | 5C | 0 | 2F | 26 | 2A | 15D | 1F | 2D |
| Octal | 225 | 117 | 134 | 0 | 57 | 46 | 52 | 535 | 37 | 55 |
| Binary | 10010101 | 1001111 | 1011100 | 0 | 101111 | 100110 | 101010 | 101011101 | 11111 | 101101 |
Color Harmonies of #954F5C
Complementary color
Monochromatic Colors of #954F5C
Black with #954F5C
Text Example
Text Example
White with #954F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F5C; }
p { color: rgb(149,79,92); }
H1.HeaderClassName
{
color: #954F5C;
}
.AnyTagClassName
{
color: #954F5C;
}
</style>
background-color css
<style>
a { background-color: #954F5C; }
a { background-color: rgb(149,79,92); }
div.DivClassName
{
background-color: #954F5C;
}
.BgClassName
{
background-color: #954F5C;
}
</style>
border-color css
<style>
span { border-color: #954F5C; }
span { border-color: rgb(149,79,92); }
td.TdClassName
{
border-color: #954F5C;
}
.TagClassName
{
border-color: #954F5C;
}
</style>