Shades of Vin Rouge #8D505A
Tints of Vin Rouge #8D505A
RGB
CMYK
RGB Variations
Color information
#8D505A (or 0x8D505A) is known color: Vin Rouge. HEX triplet: 8D, 50 and 5A. RGB value is (141,80,90). Sum of RGB (Red+Green+Blue) = 141+80+90=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D505A is #72AFA5. Grayscale: #636363. Windows color (decimal): -7516070 or 5918861. OLE color: 5918861.
HSL color Cylindrical-coordinate representation of color #8D505A: hue angle of 350.16º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D505A is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 80 | 90 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.45 |
| HSL | 350.16º | 0.28% | 0.43% | - |
| HSV(B) | 350.16º | 0.43% | 0.55% | - |
| XYZ | 15.7 | 12.14 | 11.19 | - |
| YUV | 99.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 90 | 0 | 0.43 | 0.36 | 0.45 | 350.16 | 0.28 | 0.43 |
| Hex | 8D | 50 | 5A | 0 | 2B | 24 | 2D | 15E | 1C | 2B |
| Octal | 215 | 120 | 132 | 0 | 53 | 44 | 55 | 536 | 34 | 53 |
| Binary | 10001101 | 1010000 | 1011010 | 0 | 101011 | 100100 | 101101 | 101011110 | 11100 | 101011 |
Color Harmonies of #8D505A
Complementary color
Monochromatic Colors of #8D505A
Black with #8D505A
Text Example
Text Example
White with #8D505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D505A; }
p { color: rgb(141,80,90); }
H1.HeaderClassName
{
color: #8D505A;
}
.AnyTagClassName
{
color: #8D505A;
}
</style>
background-color css
<style>
a { background-color: #8D505A; }
a { background-color: rgb(141,80,90); }
div.DivClassName
{
background-color: #8D505A;
}
.BgClassName
{
background-color: #8D505A;
}
</style>
border-color css
<style>
span { border-color: #8D505A; }
span { border-color: rgb(141,80,90); }
td.TdClassName
{
border-color: #8D505A;
}
.TagClassName
{
border-color: #8D505A;
}
</style>