Shades of Vin Rouge #935164
Tints of Vin Rouge #935164
RGB
CMYK
RGB Variations
Color information
#935164 (or 0x935164) is known color: Vin Rouge. HEX triplet: 93, 51 and 64. RGB value is (147,81,100). Sum of RGB (Red+Green+Blue) = 147+81+100=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #935164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935164 is #6CAE9B. Grayscale: #666666. Windows color (decimal): -7122588 or 6574483. OLE color: 6574483.
HSL color Cylindrical-coordinate representation of color #935164: hue angle of 342.73º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #935164 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 81 | 100 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.42 |
| HSL | 342.73º | 0.29% | 0.45% | - |
| HSV(B) | 342.73º | 0.45% | 0.58% | - |
| XYZ | 17.28 | 13.01 | 13.66 | - |
| YUV | 102.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 100 | 0 | 0.45 | 0.32 | 0.42 | 342.73 | 0.29 | 0.45 |
| Hex | 93 | 51 | 64 | 0 | 2D | 20 | 2A | 157 | 1D | 2D |
| Octal | 223 | 121 | 144 | 0 | 55 | 40 | 52 | 527 | 35 | 55 |
| Binary | 10010011 | 1010001 | 1100100 | 0 | 101101 | 100000 | 101010 | 101010111 | 11101 | 101101 |
Color Harmonies of #935164
Complementary color
Monochromatic Colors of #935164
Black with #935164
Text Example
Text Example
White with #935164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935164; }
p { color: rgb(147,81,100); }
H1.HeaderClassName
{
color: #935164;
}
.AnyTagClassName
{
color: #935164;
}
</style>
background-color css
<style>
a { background-color: #935164; }
a { background-color: rgb(147,81,100); }
div.DivClassName
{
background-color: #935164;
}
.BgClassName
{
background-color: #935164;
}
</style>
border-color css
<style>
span { border-color: #935164; }
span { border-color: rgb(147,81,100); }
td.TdClassName
{
border-color: #935164;
}
.TagClassName
{
border-color: #935164;
}
</style>