Shades of Vin Rouge #93595B
Tints of Vin Rouge #93595B
RGB
CMYK
RGB Variations
Color information
#93595B (or 0x93595B) is known color: Vin Rouge. HEX triplet: 93, 59 and 5B. RGB value is (147,89,91). Sum of RGB (Red+Green+Blue) = 147+89+91=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93595B is #6CA6A4. Grayscale: #6A6A6A. Windows color (decimal): -7120549 or 5986707. OLE color: 5986707.
HSL color Cylindrical-coordinate representation of color #93595B: hue angle of 357.93º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93595B is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 91 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.42 |
| HSL | 357.93º | 0.25% | 0.46% | - |
| HSV(B) | 357.93º | 0.39% | 0.58% | - |
| XYZ | 17.49 | 14.1 | 11.7 | - |
| YUV | 106.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 91 | 0 | 0.39 | 0.38 | 0.42 | 357.93 | 0.25 | 0.46 |
| Hex | 93 | 59 | 5B | 0 | 27 | 26 | 2A | 166 | 19 | 2E |
| Octal | 223 | 131 | 133 | 0 | 47 | 46 | 52 | 546 | 31 | 56 |
| Binary | 10010011 | 1011001 | 1011011 | 0 | 100111 | 100110 | 101010 | 101100110 | 11001 | 101110 |
Color Harmonies of #93595B
Complementary color
Monochromatic Colors of #93595B
Black with #93595B
Text Example
Text Example
White with #93595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93595B; }
p { color: rgb(147,89,91); }
H1.HeaderClassName
{
color: #93595B;
}
.AnyTagClassName
{
color: #93595B;
}
</style>
background-color css
<style>
a { background-color: #93595B; }
a { background-color: rgb(147,89,91); }
div.DivClassName
{
background-color: #93595B;
}
.BgClassName
{
background-color: #93595B;
}
</style>
border-color css
<style>
span { border-color: #93595B; }
span { border-color: rgb(147,89,91); }
td.TdClassName
{
border-color: #93595B;
}
.TagClassName
{
border-color: #93595B;
}
</style>