Shades of Vin Rouge #8B595E
Tints of Vin Rouge #8B595E
RGB
CMYK
RGB Variations
Color information
#8B595E (or 0x8B595E) is known color: Vin Rouge. HEX triplet: 8B, 59 and 5E. RGB value is (139,89,94). Sum of RGB (Red+Green+Blue) = 139+89+94=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B595E is #74A6A1. Grayscale: #686868. Windows color (decimal): -7644834 or 6183307. OLE color: 6183307.
HSL color Cylindrical-coordinate representation of color #8B595E: hue angle of 354º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B595E is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 89 | 94 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.45 |
| HSL | 354º | 0.22% | 0.45% | - |
| HSV(B) | 354º | 0.36% | 0.55% | - |
| XYZ | 16.24 | 13.44 | 12.33 | - |
| YUV | 104.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 94 | 0 | 0.36 | 0.32 | 0.45 | 354 | 0.22 | 0.45 |
| Hex | 8B | 59 | 5E | 0 | 24 | 20 | 2D | 162 | 16 | 2D |
| Octal | 213 | 131 | 136 | 0 | 44 | 40 | 55 | 542 | 26 | 55 |
| Binary | 10001011 | 1011001 | 1011110 | 0 | 100100 | 100000 | 101101 | 101100010 | 10110 | 101101 |
Color Harmonies of #8B595E
Complementary color
Monochromatic Colors of #8B595E
Black with #8B595E
Text Example
Text Example
White with #8B595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B595E; }
p { color: rgb(139,89,94); }
H1.HeaderClassName
{
color: #8B595E;
}
.AnyTagClassName
{
color: #8B595E;
}
</style>
background-color css
<style>
a { background-color: #8B595E; }
a { background-color: rgb(139,89,94); }
div.DivClassName
{
background-color: #8B595E;
}
.BgClassName
{
background-color: #8B595E;
}
</style>
border-color css
<style>
span { border-color: #8B595E; }
span { border-color: rgb(139,89,94); }
td.TdClassName
{
border-color: #8B595E;
}
.TagClassName
{
border-color: #8B595E;
}
</style>