Shades of Vin Rouge #93535C
Tints of Vin Rouge #93535C
RGB
CMYK
RGB Variations
Color information
#93535C (or 0x93535C) is known color: Vin Rouge. HEX triplet: 93, 53 and 5C. RGB value is (147,83,92). Sum of RGB (Red+Green+Blue) = 147+83+92=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93535C is #6CACA3. Grayscale: #676767. Windows color (decimal): -7122084 or 6050707. OLE color: 6050707.
HSL color Cylindrical-coordinate representation of color #93535C: hue angle of 351.56º 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 #93535C is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 92 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.42 |
| HSL | 351.56º | 0.28% | 0.45% | - |
| HSV(B) | 351.56º | 0.44% | 0.58% | - |
| XYZ | 17.06 | 13.16 | 11.77 | - |
| YUV | 103.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 92 | 0 | 0.44 | 0.37 | 0.42 | 351.56 | 0.28 | 0.45 |
| Hex | 93 | 53 | 5C | 0 | 2C | 25 | 2A | 160 | 1C | 2D |
| Octal | 223 | 123 | 134 | 0 | 54 | 45 | 52 | 540 | 34 | 55 |
| Binary | 10010011 | 1010011 | 1011100 | 0 | 101100 | 100101 | 101010 | 101100000 | 11100 | 101101 |
Color Harmonies of #93535C
Complementary color
Monochromatic Colors of #93535C
Black with #93535C
Text Example
Text Example
White with #93535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93535C; }
p { color: rgb(147,83,92); }
H1.HeaderClassName
{
color: #93535C;
}
.AnyTagClassName
{
color: #93535C;
}
</style>
background-color css
<style>
a { background-color: #93535C; }
a { background-color: rgb(147,83,92); }
div.DivClassName
{
background-color: #93535C;
}
.BgClassName
{
background-color: #93535C;
}
</style>
border-color css
<style>
span { border-color: #93535C; }
span { border-color: rgb(147,83,92); }
td.TdClassName
{
border-color: #93535C;
}
.TagClassName
{
border-color: #93535C;
}
</style>