Shades of Vin Rouge #8A565B
Tints of Vin Rouge #8A565B
RGB
CMYK
RGB Variations
Color information
#8A565B (or 0x8A565B) is known color: Vin Rouge. HEX triplet: 8A, 56 and 5B. RGB value is (138,86,91). Sum of RGB (Red+Green+Blue) = 138+86+91=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A565B is #75A9A4. Grayscale: #666666. Windows color (decimal): -7711141 or 5985930. OLE color: 5985930.
HSL color Cylindrical-coordinate representation of color #8A565B: hue angle of 354.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A565B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 86 | 91 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.46 |
| HSL | 354.23º | 0.23% | 0.44% | - |
| HSV(B) | 354.23º | 0.38% | 0.54% | - |
| XYZ | 15.7 | 12.81 | 11.54 | - |
| YUV | 102.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 91 | 0 | 0.38 | 0.34 | 0.46 | 354.23 | 0.23 | 0.44 |
| Hex | 8A | 56 | 5B | 0 | 26 | 22 | 2E | 162 | 17 | 2C |
| Octal | 212 | 126 | 133 | 0 | 46 | 42 | 56 | 542 | 27 | 54 |
| Binary | 10001010 | 1010110 | 1011011 | 0 | 100110 | 100010 | 101110 | 101100010 | 10111 | 101100 |
Color Harmonies of #8A565B
Complementary color
Monochromatic Colors of #8A565B
Black with #8A565B
Text Example
Text Example
White with #8A565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A565B; }
p { color: rgb(138,86,91); }
H1.HeaderClassName
{
color: #8A565B;
}
.AnyTagClassName
{
color: #8A565B;
}
</style>
background-color css
<style>
a { background-color: #8A565B; }
a { background-color: rgb(138,86,91); }
div.DivClassName
{
background-color: #8A565B;
}
.BgClassName
{
background-color: #8A565B;
}
</style>
border-color css
<style>
span { border-color: #8A565B; }
span { border-color: rgb(138,86,91); }
td.TdClassName
{
border-color: #8A565B;
}
.TagClassName
{
border-color: #8A565B;
}
</style>