Shades of Vin Rouge #8D5A5F
Tints of Vin Rouge #8D5A5F
RGB
CMYK
RGB Variations
Color information
#8D5A5F (or 0x8D5A5F) is known color: Vin Rouge. HEX triplet: 8D, 5A and 5F. RGB value is (141,90,95). Sum of RGB (Red+Green+Blue) = 141+90+95=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A5F is #72A5A0. Grayscale: #696969. Windows color (decimal): -7513505 or 6249101. OLE color: 6249101.
HSL color Cylindrical-coordinate representation of color #8D5A5F: hue angle of 354.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D5A5F is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 90 | 95 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.45 |
| HSL | 354.12º | 0.22% | 0.45% | - |
| HSV(B) | 354.12º | 0.36% | 0.55% | - |
| XYZ | 16.71 | 13.8 | 12.61 | - |
| YUV | 105.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 95 | 0 | 0.36 | 0.33 | 0.45 | 354.12 | 0.22 | 0.45 |
| Hex | 8D | 5A | 5F | 0 | 24 | 21 | 2D | 162 | 16 | 2D |
| Octal | 215 | 132 | 137 | 0 | 44 | 41 | 55 | 542 | 26 | 55 |
| Binary | 10001101 | 1011010 | 1011111 | 0 | 100100 | 100001 | 101101 | 101100010 | 10110 | 101101 |
Color Harmonies of #8D5A5F
Complementary color
Monochromatic Colors of #8D5A5F
Black with #8D5A5F
Text Example
Text Example
White with #8D5A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5A5F; }
p { color: rgb(141,90,95); }
H1.HeaderClassName
{
color: #8D5A5F;
}
.AnyTagClassName
{
color: #8D5A5F;
}
</style>
background-color css
<style>
a { background-color: #8D5A5F; }
a { background-color: rgb(141,90,95); }
div.DivClassName
{
background-color: #8D5A5F;
}
.BgClassName
{
background-color: #8D5A5F;
}
</style>
border-color css
<style>
span { border-color: #8D5A5F; }
span { border-color: rgb(141,90,95); }
td.TdClassName
{
border-color: #8D5A5F;
}
.TagClassName
{
border-color: #8D5A5F;
}
</style>