Shades of Vin Rouge #8B565E
Tints of Vin Rouge #8B565E
RGB
CMYK
RGB Variations
Color information
#8B565E (or 0x8B565E) is known color: Vin Rouge. HEX triplet: 8B, 56 and 5E. RGB value is (139,86,94). Sum of RGB (Red+Green+Blue) = 139+86+94=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B565E is #74A9A1. Grayscale: #666666. Windows color (decimal): -7645602 or 6182539. OLE color: 6182539.
HSL color Cylindrical-coordinate representation of color #8B565E: hue angle of 350.94º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B565E is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 94 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.45 |
| HSL | 350.94º | 0.24% | 0.44% | - |
| HSV(B) | 350.94º | 0.38% | 0.55% | - |
| XYZ | 16 | 12.95 | 12.25 | - |
| YUV | 102.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 94 | 0 | 0.38 | 0.32 | 0.45 | 350.94 | 0.24 | 0.44 |
| Hex | 8B | 56 | 5E | 0 | 26 | 20 | 2D | 15F | 18 | 2C |
| Octal | 213 | 126 | 136 | 0 | 46 | 40 | 55 | 537 | 30 | 54 |
| Binary | 10001011 | 1010110 | 1011110 | 0 | 100110 | 100000 | 101101 | 101011111 | 11000 | 101100 |
Color Harmonies of #8B565E
Complementary color
Monochromatic Colors of #8B565E
Black with #8B565E
Text Example
Text Example
White with #8B565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B565E; }
p { color: rgb(139,86,94); }
H1.HeaderClassName
{
color: #8B565E;
}
.AnyTagClassName
{
color: #8B565E;
}
</style>
background-color css
<style>
a { background-color: #8B565E; }
a { background-color: rgb(139,86,94); }
div.DivClassName
{
background-color: #8B565E;
}
.BgClassName
{
background-color: #8B565E;
}
</style>
border-color css
<style>
span { border-color: #8B565E; }
span { border-color: rgb(139,86,94); }
td.TdClassName
{
border-color: #8B565E;
}
.TagClassName
{
border-color: #8B565E;
}
</style>