Shades of Vin Rouge #935363
Tints of Vin Rouge #935363
RGB
CMYK
RGB Variations
Color information
#935363 (or 0x935363) is known color: Vin Rouge. HEX triplet: 93, 53 and 63. RGB value is (147,83,99). Sum of RGB (Red+Green+Blue) = 147+83+99=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #935363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935363 is #6CAC9C. Grayscale: #676767. Windows color (decimal): -7122077 or 6509459. OLE color: 6509459.
HSL color Cylindrical-coordinate representation of color #935363: hue angle of 345º 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 #935363 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 99 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.42 |
| HSL | 345º | 0.28% | 0.45% | - |
| HSV(B) | 345º | 0.44% | 0.58% | - |
| XYZ | 17.38 | 13.29 | 13.45 | - |
| YUV | 103.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 99 | 0 | 0.44 | 0.33 | 0.42 | 345 | 0.28 | 0.45 |
| Hex | 93 | 53 | 63 | 0 | 2C | 21 | 2A | 159 | 1C | 2D |
| Octal | 223 | 123 | 143 | 0 | 54 | 41 | 52 | 531 | 34 | 55 |
| Binary | 10010011 | 1010011 | 1100011 | 0 | 101100 | 100001 | 101010 | 101011001 | 11100 | 101101 |
Color Harmonies of #935363
Complementary color
Monochromatic Colors of #935363
Black with #935363
Text Example
Text Example
White with #935363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935363; }
p { color: rgb(147,83,99); }
H1.HeaderClassName
{
color: #935363;
}
.AnyTagClassName
{
color: #935363;
}
</style>
background-color css
<style>
a { background-color: #935363; }
a { background-color: rgb(147,83,99); }
div.DivClassName
{
background-color: #935363;
}
.BgClassName
{
background-color: #935363;
}
</style>
border-color css
<style>
span { border-color: #935363; }
span { border-color: rgb(147,83,99); }
td.TdClassName
{
border-color: #935363;
}
.TagClassName
{
border-color: #935363;
}
</style>