Shades of Vin Rouge #955869
Tints of Vin Rouge #955869
RGB
CMYK
RGB Variations
Color information
#955869 (or 0x955869) is known color: Vin Rouge. HEX triplet: 95, 58 and 69. RGB value is (149,88,105). Sum of RGB (Red+Green+Blue) = 149+88+105=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #955869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955869 is #6AA796. Grayscale: #6C6C6C. Windows color (decimal): -6989719 or 6903957. OLE color: 6903957.
HSL color Cylindrical-coordinate representation of color #955869: hue angle of 343.28º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955869 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 105 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.42 |
| HSL | 343.28º | 0.26% | 0.46% | - |
| HSV(B) | 343.28º | 0.41% | 0.58% | - |
| XYZ | 18.43 | 14.39 | 15.17 | - |
| YUV | 108.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 105 | 0 | 0.41 | 0.30 | 0.42 | 343.28 | 0.26 | 0.46 |
| Hex | 95 | 58 | 69 | 0 | 29 | 1E | 2A | 157 | 1A | 2E |
| Octal | 225 | 130 | 151 | 0 | 51 | 36 | 52 | 527 | 32 | 56 |
| Binary | 10010101 | 1011000 | 1101001 | 0 | 101001 | 11110 | 101010 | 101010111 | 11010 | 101110 |
Color Harmonies of #955869
Complementary color
Monochromatic Colors of #955869
Black with #955869
Text Example
Text Example
White with #955869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955869; }
p { color: rgb(149,88,105); }
H1.HeaderClassName
{
color: #955869;
}
.AnyTagClassName
{
color: #955869;
}
</style>
background-color css
<style>
a { background-color: #955869; }
a { background-color: rgb(149,88,105); }
div.DivClassName
{
background-color: #955869;
}
.BgClassName
{
background-color: #955869;
}
</style>
border-color css
<style>
span { border-color: #955869; }
span { border-color: rgb(149,88,105); }
td.TdClassName
{
border-color: #955869;
}
.TagClassName
{
border-color: #955869;
}
</style>