Shades of Vin Rouge #93505F
Tints of Vin Rouge #93505F
RGB
CMYK
RGB Variations
Color information
#93505F (or 0x93505F) is known color: Vin Rouge. HEX triplet: 93, 50 and 5F. RGB value is (147,80,95). Sum of RGB (Red+Green+Blue) = 147+80+95=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93505F is #6CAFA0. Grayscale: #656565. Windows color (decimal): -7122849 or 6246547. OLE color: 6246547.
HSL color Cylindrical-coordinate representation of color #93505F: hue angle of 346.57º 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 #93505F is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 95 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.42 |
| HSL | 346.57º | 0.3% | 0.45% | - |
| HSV(B) | 346.57º | 0.46% | 0.58% | - |
| XYZ | 16.97 | 12.77 | 12.4 | - |
| YUV | 101.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 95 | 0 | 0.46 | 0.35 | 0.42 | 346.57 | 0.3 | 0.45 |
| Hex | 93 | 50 | 5F | 0 | 2E | 23 | 2A | 15B | 1E | 2D |
| Octal | 223 | 120 | 137 | 0 | 56 | 43 | 52 | 533 | 36 | 55 |
| Binary | 10010011 | 1010000 | 1011111 | 0 | 101110 | 100011 | 101010 | 101011011 | 11110 | 101101 |
Color Harmonies of #93505F
Complementary color
Monochromatic Colors of #93505F
Black with #93505F
Text Example
Text Example
White with #93505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93505F; }
p { color: rgb(147,80,95); }
H1.HeaderClassName
{
color: #93505F;
}
.AnyTagClassName
{
color: #93505F;
}
</style>
background-color css
<style>
a { background-color: #93505F; }
a { background-color: rgb(147,80,95); }
div.DivClassName
{
background-color: #93505F;
}
.BgClassName
{
background-color: #93505F;
}
</style>
border-color css
<style>
span { border-color: #93505F; }
span { border-color: rgb(147,80,95); }
td.TdClassName
{
border-color: #93505F;
}
.TagClassName
{
border-color: #93505F;
}
</style>