Shades of Vin Rouge #8A565C
Tints of Vin Rouge #8A565C
RGB
CMYK
RGB Variations
Color information
#8A565C (or 0x8A565C) is known color: Vin Rouge. HEX triplet: 8A, 56 and 5C. RGB value is (138,86,92). Sum of RGB (Red+Green+Blue) = 138+86+92=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A565C is #75A9A3. Grayscale: #666666. Windows color (decimal): -7711140 or 6051466. OLE color: 6051466.
HSL color Cylindrical-coordinate representation of color #8A565C: hue angle of 353.08º 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 #8A565C is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 86 | 92 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.46 |
| HSL | 353.08º | 0.23% | 0.44% | - |
| HSV(B) | 353.08º | 0.38% | 0.54% | - |
| XYZ | 15.74 | 12.83 | 11.77 | - |
| YUV | 102.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 92 | 0 | 0.38 | 0.33 | 0.46 | 353.08 | 0.23 | 0.44 |
| Hex | 8A | 56 | 5C | 0 | 26 | 21 | 2E | 161 | 17 | 2C |
| Octal | 212 | 126 | 134 | 0 | 46 | 41 | 56 | 541 | 27 | 54 |
| Binary | 10001010 | 1010110 | 1011100 | 0 | 100110 | 100001 | 101110 | 101100001 | 10111 | 101100 |
Color Harmonies of #8A565C
Complementary color
Monochromatic Colors of #8A565C
Black with #8A565C
Text Example
Text Example
White with #8A565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A565C; }
p { color: rgb(138,86,92); }
H1.HeaderClassName
{
color: #8A565C;
}
.AnyTagClassName
{
color: #8A565C;
}
</style>
background-color css
<style>
a { background-color: #8A565C; }
a { background-color: rgb(138,86,92); }
div.DivClassName
{
background-color: #8A565C;
}
.BgClassName
{
background-color: #8A565C;
}
</style>
border-color css
<style>
span { border-color: #8A565C; }
span { border-color: rgb(138,86,92); }
td.TdClassName
{
border-color: #8A565C;
}
.TagClassName
{
border-color: #8A565C;
}
</style>