Shades of Vin Rouge #8D535E
Tints of Vin Rouge #8D535E
RGB
CMYK
RGB Variations
Color information
#8D535E (or 0x8D535E) is known color: Vin Rouge. HEX triplet: 8D, 53 and 5E. RGB value is (141,83,94). Sum of RGB (Red+Green+Blue) = 141+83+94=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D535E is #72ACA1. Grayscale: #656565. Windows color (decimal): -7515298 or 6181773. OLE color: 6181773.
HSL color Cylindrical-coordinate representation of color #8D535E: hue angle of 348.62º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D535E is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 83 | 94 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.45 |
| HSL | 348.62º | 0.26% | 0.44% | - |
| HSV(B) | 348.62º | 0.41% | 0.55% | - |
| XYZ | 16.1 | 12.66 | 12.18 | - |
| YUV | 101.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 94 | 0 | 0.41 | 0.33 | 0.45 | 348.62 | 0.26 | 0.44 |
| Hex | 8D | 53 | 5E | 0 | 29 | 21 | 2D | 15D | 1A | 2C |
| Octal | 215 | 123 | 136 | 0 | 51 | 41 | 55 | 535 | 32 | 54 |
| Binary | 10001101 | 1010011 | 1011110 | 0 | 101001 | 100001 | 101101 | 101011101 | 11010 | 101100 |
Color Harmonies of #8D535E
Complementary color
Monochromatic Colors of #8D535E
Black with #8D535E
Text Example
Text Example
White with #8D535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D535E; }
p { color: rgb(141,83,94); }
H1.HeaderClassName
{
color: #8D535E;
}
.AnyTagClassName
{
color: #8D535E;
}
</style>
background-color css
<style>
a { background-color: #8D535E; }
a { background-color: rgb(141,83,94); }
div.DivClassName
{
background-color: #8D535E;
}
.BgClassName
{
background-color: #8D535E;
}
</style>
border-color css
<style>
span { border-color: #8D535E; }
span { border-color: rgb(141,83,94); }
td.TdClassName
{
border-color: #8D535E;
}
.TagClassName
{
border-color: #8D535E;
}
</style>