Shades of Vin Rouge #955867
Tints of Vin Rouge #955867
RGB
CMYK
RGB Variations
Color information
#955867 (or 0x955867) is known color: Vin Rouge. HEX triplet: 95, 58 and 67. RGB value is (149,88,103). Sum of RGB (Red+Green+Blue) = 149+88+103=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #955867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955867 is #6AA798. Grayscale: #6B6B6B. Windows color (decimal): -6989721 or 6772885. OLE color: 6772885.
HSL color Cylindrical-coordinate representation of color #955867: hue angle of 345.25º 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 #955867 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 103 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.42 |
| HSL | 345.25º | 0.26% | 0.46% | - |
| HSV(B) | 345.25º | 0.41% | 0.58% | - |
| XYZ | 18.33 | 14.35 | 14.64 | - |
| YUV | 107.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 103 | 0 | 0.41 | 0.31 | 0.42 | 345.25 | 0.26 | 0.46 |
| Hex | 95 | 58 | 67 | 0 | 29 | 1F | 2A | 159 | 1A | 2E |
| Octal | 225 | 130 | 147 | 0 | 51 | 37 | 52 | 531 | 32 | 56 |
| Binary | 10010101 | 1011000 | 1100111 | 0 | 101001 | 11111 | 101010 | 101011001 | 11010 | 101110 |
Color Harmonies of #955867
Complementary color
Monochromatic Colors of #955867
Black with #955867
Text Example
Text Example
White with #955867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955867; }
p { color: rgb(149,88,103); }
H1.HeaderClassName
{
color: #955867;
}
.AnyTagClassName
{
color: #955867;
}
</style>
background-color css
<style>
a { background-color: #955867; }
a { background-color: rgb(149,88,103); }
div.DivClassName
{
background-color: #955867;
}
.BgClassName
{
background-color: #955867;
}
</style>
border-color css
<style>
span { border-color: #955867; }
span { border-color: rgb(149,88,103); }
td.TdClassName
{
border-color: #955867;
}
.TagClassName
{
border-color: #955867;
}
</style>