Shades of Vin Rouge #93525E
Tints of Vin Rouge #93525E
RGB
CMYK
RGB Variations
Color information
#93525E (or 0x93525E) is known color: Vin Rouge. HEX triplet: 93, 52 and 5E. RGB value is (147,82,94). Sum of RGB (Red+Green+Blue) = 147+82+94=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93525E is #6CADA1. Grayscale: #666666. Windows color (decimal): -7122338 or 6181523. OLE color: 6181523.
HSL color Cylindrical-coordinate representation of color #93525E: hue angle of 348.92º 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 #93525E is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 82 | 94 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.42 |
| HSL | 348.92º | 0.28% | 0.45% | - |
| HSV(B) | 348.92º | 0.44% | 0.58% | - |
| XYZ | 17.07 | 13.05 | 12.21 | - |
| YUV | 102.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 94 | 0 | 0.44 | 0.36 | 0.42 | 348.92 | 0.28 | 0.45 |
| Hex | 93 | 52 | 5E | 0 | 2C | 24 | 2A | 15D | 1C | 2D |
| Octal | 223 | 122 | 136 | 0 | 54 | 44 | 52 | 535 | 34 | 55 |
| Binary | 10010011 | 1010010 | 1011110 | 0 | 101100 | 100100 | 101010 | 101011101 | 11100 | 101101 |
Color Harmonies of #93525E
Complementary color
Monochromatic Colors of #93525E
Black with #93525E
Text Example
Text Example
White with #93525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93525E; }
p { color: rgb(147,82,94); }
H1.HeaderClassName
{
color: #93525E;
}
.AnyTagClassName
{
color: #93525E;
}
</style>
background-color css
<style>
a { background-color: #93525E; }
a { background-color: rgb(147,82,94); }
div.DivClassName
{
background-color: #93525E;
}
.BgClassName
{
background-color: #93525E;
}
</style>
border-color css
<style>
span { border-color: #93525E; }
span { border-color: rgb(147,82,94); }
td.TdClassName
{
border-color: #93525E;
}
.TagClassName
{
border-color: #93525E;
}
</style>