Shades of Vin Rouge #955364
Tints of Vin Rouge #955364
RGB
CMYK
RGB Variations
Color information
#955364 (or 0x955364) is known color: Vin Rouge. HEX triplet: 95, 53 and 64. RGB value is (149,83,100). Sum of RGB (Red+Green+Blue) = 149+83+100=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #955364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955364 is #6AAC9B. Grayscale: #686868. Windows color (decimal): -6991004 or 6574997. OLE color: 6574997.
HSL color Cylindrical-coordinate representation of color #955364: hue angle of 344.55º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955364 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 83 | 100 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.42 |
| HSL | 344.55º | 0.28% | 0.45% | - |
| HSV(B) | 344.55º | 0.44% | 0.58% | - |
| XYZ | 17.79 | 13.5 | 13.72 | - |
| YUV | 104.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 83 | 100 | 0 | 0.44 | 0.33 | 0.42 | 344.55 | 0.28 | 0.45 |
| Hex | 95 | 53 | 64 | 0 | 2C | 21 | 2A | 159 | 1C | 2D |
| Octal | 225 | 123 | 144 | 0 | 54 | 41 | 52 | 531 | 34 | 55 |
| Binary | 10010101 | 1010011 | 1100100 | 0 | 101100 | 100001 | 101010 | 101011001 | 11100 | 101101 |
Color Harmonies of #955364
Complementary color
Monochromatic Colors of #955364
Black with #955364
Text Example
Text Example
White with #955364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955364; }
p { color: rgb(149,83,100); }
H1.HeaderClassName
{
color: #955364;
}
.AnyTagClassName
{
color: #955364;
}
</style>
background-color css
<style>
a { background-color: #955364; }
a { background-color: rgb(149,83,100); }
div.DivClassName
{
background-color: #955364;
}
.BgClassName
{
background-color: #955364;
}
</style>
border-color css
<style>
span { border-color: #955364; }
span { border-color: rgb(149,83,100); }
td.TdClassName
{
border-color: #955364;
}
.TagClassName
{
border-color: #955364;
}
</style>