Shades of Vin Rouge #955767
Tints of Vin Rouge #955767
RGB
CMYK
RGB Variations
Color information
#955767 (or 0x955767) is known color: Vin Rouge. HEX triplet: 95, 57 and 67. RGB value is (149,87,103). Sum of RGB (Red+Green+Blue) = 149+87+103=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #955767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955767 is #6AA898. Grayscale: #6B6B6B. Windows color (decimal): -6989977 or 6772629. OLE color: 6772629.
HSL color Cylindrical-coordinate representation of color #955767: hue angle of 344.52º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955767 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 87 | 103 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.42 |
| HSL | 344.52º | 0.26% | 0.46% | - |
| HSV(B) | 344.52º | 0.42% | 0.58% | - |
| XYZ | 18.25 | 14.19 | 14.61 | - |
| YUV | 107.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 103 | 0 | 0.42 | 0.31 | 0.42 | 344.52 | 0.26 | 0.46 |
| Hex | 95 | 57 | 67 | 0 | 2A | 1F | 2A | 159 | 1A | 2E |
| Octal | 225 | 127 | 147 | 0 | 52 | 37 | 52 | 531 | 32 | 56 |
| Binary | 10010101 | 1010111 | 1100111 | 0 | 101010 | 11111 | 101010 | 101011001 | 11010 | 101110 |
Color Harmonies of #955767
Complementary color
Monochromatic Colors of #955767
Black with #955767
Text Example
Text Example
White with #955767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955767; }
p { color: rgb(149,87,103); }
H1.HeaderClassName
{
color: #955767;
}
.AnyTagClassName
{
color: #955767;
}
</style>
background-color css
<style>
a { background-color: #955767; }
a { background-color: rgb(149,87,103); }
div.DivClassName
{
background-color: #955767;
}
.BgClassName
{
background-color: #955767;
}
</style>
border-color css
<style>
span { border-color: #955767; }
span { border-color: rgb(149,87,103); }
td.TdClassName
{
border-color: #955767;
}
.TagClassName
{
border-color: #955767;
}
</style>