Shades of Vin Rouge #8D525B
Tints of Vin Rouge #8D525B
RGB
CMYK
RGB Variations
Color information
#8D525B (or 0x8D525B) is known color: Vin Rouge. HEX triplet: 8D, 52 and 5B. RGB value is (141,82,91). Sum of RGB (Red+Green+Blue) = 141+82+91=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D525B is #72ADA4. Grayscale: #646464. Windows color (decimal): -7515557 or 5984909. OLE color: 5984909.
HSL color Cylindrical-coordinate representation of color #8D525B: hue angle of 350.85º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D525B is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 91 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.45 |
| HSL | 350.85º | 0.26% | 0.44% | - |
| HSV(B) | 350.85º | 0.42% | 0.55% | - |
| XYZ | 15.89 | 12.45 | 11.46 | - |
| YUV | 100.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 91 | 0 | 0.42 | 0.35 | 0.45 | 350.85 | 0.26 | 0.44 |
| Hex | 8D | 52 | 5B | 0 | 2A | 23 | 2D | 15F | 1A | 2C |
| Octal | 215 | 122 | 133 | 0 | 52 | 43 | 55 | 537 | 32 | 54 |
| Binary | 10001101 | 1010010 | 1011011 | 0 | 101010 | 100011 | 101101 | 101011111 | 11010 | 101100 |
Color Harmonies of #8D525B
Complementary color
Monochromatic Colors of #8D525B
Black with #8D525B
Text Example
Text Example
White with #8D525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D525B; }
p { color: rgb(141,82,91); }
H1.HeaderClassName
{
color: #8D525B;
}
.AnyTagClassName
{
color: #8D525B;
}
</style>
background-color css
<style>
a { background-color: #8D525B; }
a { background-color: rgb(141,82,91); }
div.DivClassName
{
background-color: #8D525B;
}
.BgClassName
{
background-color: #8D525B;
}
</style>
border-color css
<style>
span { border-color: #8D525B; }
span { border-color: rgb(141,82,91); }
td.TdClassName
{
border-color: #8D525B;
}
.TagClassName
{
border-color: #8D525B;
}
</style>