Shades of Vin Rouge #8B565C
Tints of Vin Rouge #8B565C
RGB
CMYK
RGB Variations
Color information
#8B565C (or 0x8B565C) is known color: Vin Rouge. HEX triplet: 8B, 56 and 5C. RGB value is (139,86,92). Sum of RGB (Red+Green+Blue) = 139+86+92=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B565C is #74A9A3. Grayscale: #666666. Windows color (decimal): -7645604 or 6051467. OLE color: 6051467.
HSL color Cylindrical-coordinate representation of color #8B565C: hue angle of 353.21º 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 #8B565C is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 92 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.45 |
| HSL | 353.21º | 0.24% | 0.44% | - |
| HSV(B) | 353.21º | 0.38% | 0.55% | - |
| XYZ | 15.91 | 12.92 | 11.78 | - |
| YUV | 102.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 92 | 0 | 0.38 | 0.34 | 0.45 | 353.21 | 0.24 | 0.44 |
| Hex | 8B | 56 | 5C | 0 | 26 | 22 | 2D | 161 | 18 | 2C |
| Octal | 213 | 126 | 134 | 0 | 46 | 42 | 55 | 541 | 30 | 54 |
| Binary | 10001011 | 1010110 | 1011100 | 0 | 100110 | 100010 | 101101 | 101100001 | 11000 | 101100 |
Color Harmonies of #8B565C
Complementary color
Monochromatic Colors of #8B565C
Black with #8B565C
Text Example
Text Example
White with #8B565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B565C; }
p { color: rgb(139,86,92); }
H1.HeaderClassName
{
color: #8B565C;
}
.AnyTagClassName
{
color: #8B565C;
}
</style>
background-color css
<style>
a { background-color: #8B565C; }
a { background-color: rgb(139,86,92); }
div.DivClassName
{
background-color: #8B565C;
}
.BgClassName
{
background-color: #8B565C;
}
</style>
border-color css
<style>
span { border-color: #8B565C; }
span { border-color: rgb(139,86,92); }
td.TdClassName
{
border-color: #8B565C;
}
.TagClassName
{
border-color: #8B565C;
}
</style>