Shades of Vin Rouge #8D535B
Tints of Vin Rouge #8D535B
RGB
CMYK
RGB Variations
Color information
#8D535B (or 0x8D535B) is known color: Vin Rouge. HEX triplet: 8D, 53 and 5B. RGB value is (141,83,91). Sum of RGB (Red+Green+Blue) = 141+83+91=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D535B is #72ACA4. Grayscale: #656565. Windows color (decimal): -7515301 or 5985165. OLE color: 5985165.
HSL color Cylindrical-coordinate representation of color #8D535B: hue angle of 351.72º 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 #8D535B is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 83 | 91 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.45 |
| HSL | 351.72º | 0.26% | 0.44% | - |
| HSV(B) | 351.72º | 0.41% | 0.55% | - |
| XYZ | 15.97 | 12.6 | 11.49 | - |
| YUV | 101.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 91 | 0 | 0.41 | 0.35 | 0.45 | 351.72 | 0.26 | 0.44 |
| Hex | 8D | 53 | 5B | 0 | 29 | 23 | 2D | 160 | 1A | 2C |
| Octal | 215 | 123 | 133 | 0 | 51 | 43 | 55 | 540 | 32 | 54 |
| Binary | 10001101 | 1010011 | 1011011 | 0 | 101001 | 100011 | 101101 | 101100000 | 11010 | 101100 |
Color Harmonies of #8D535B
Complementary color
Monochromatic Colors of #8D535B
Black with #8D535B
Text Example
Text Example
White with #8D535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D535B; }
p { color: rgb(141,83,91); }
H1.HeaderClassName
{
color: #8D535B;
}
.AnyTagClassName
{
color: #8D535B;
}
</style>
background-color css
<style>
a { background-color: #8D535B; }
a { background-color: rgb(141,83,91); }
div.DivClassName
{
background-color: #8D535B;
}
.BgClassName
{
background-color: #8D535B;
}
</style>
border-color css
<style>
span { border-color: #8D535B; }
span { border-color: rgb(141,83,91); }
td.TdClassName
{
border-color: #8D535B;
}
.TagClassName
{
border-color: #8D535B;
}
</style>