Shades of Vin Rouge #93505C
Tints of Vin Rouge #93505C
RGB
CMYK
RGB Variations
Color information
#93505C (or 0x93505C) is known color: Vin Rouge. HEX triplet: 93, 50 and 5C. RGB value is (147,80,92). Sum of RGB (Red+Green+Blue) = 147+80+92=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #93505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93505C is #6CAFA3. Grayscale: #656565. Windows color (decimal): -7122852 or 6049939. OLE color: 6049939.
HSL color Cylindrical-coordinate representation of color #93505C: hue angle of 349.25º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93505C is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 92 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.42 |
| HSL | 349.25º | 0.3% | 0.45% | - |
| HSV(B) | 349.25º | 0.46% | 0.58% | - |
| XYZ | 16.83 | 12.71 | 11.69 | - |
| YUV | 101.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 92 | 0 | 0.46 | 0.37 | 0.42 | 349.25 | 0.3 | 0.45 |
| Hex | 93 | 50 | 5C | 0 | 2E | 25 | 2A | 15D | 1E | 2D |
| Octal | 223 | 120 | 134 | 0 | 56 | 45 | 52 | 535 | 36 | 55 |
| Binary | 10010011 | 1010000 | 1011100 | 0 | 101110 | 100101 | 101010 | 101011101 | 11110 | 101101 |
Color Harmonies of #93505C
Complementary color
Monochromatic Colors of #93505C
Black with #93505C
Text Example
Text Example
White with #93505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93505C; }
p { color: rgb(147,80,92); }
H1.HeaderClassName
{
color: #93505C;
}
.AnyTagClassName
{
color: #93505C;
}
</style>
background-color css
<style>
a { background-color: #93505C; }
a { background-color: rgb(147,80,92); }
div.DivClassName
{
background-color: #93505C;
}
.BgClassName
{
background-color: #93505C;
}
</style>
border-color css
<style>
span { border-color: #93505C; }
span { border-color: rgb(147,80,92); }
td.TdClassName
{
border-color: #93505C;
}
.TagClassName
{
border-color: #93505C;
}
</style>