Shades of Vin Rouge #8D5A64
Tints of Vin Rouge #8D5A64
RGB
CMYK
RGB Variations
Color information
#8D5A64 (or 0x8D5A64) is known color: Vin Rouge. HEX triplet: 8D, 5A and 64. RGB value is (141,90,100). Sum of RGB (Red+Green+Blue) = 141+90+100=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A64 is #72A59B. Grayscale: #6A6A6A. Windows color (decimal): -7513500 or 6576781. OLE color: 6576781.
HSL color Cylindrical-coordinate representation of color #8D5A64: hue angle of 348.24º 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 #8D5A64 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 90 | 100 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.45 |
| HSL | 348.24º | 0.22% | 0.45% | - |
| HSV(B) | 348.24º | 0.36% | 0.55% | - |
| XYZ | 16.94 | 13.9 | 13.85 | - |
| YUV | 106.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 100 | 0 | 0.36 | 0.29 | 0.45 | 348.24 | 0.22 | 0.45 |
| Hex | 8D | 5A | 64 | 0 | 24 | 1D | 2D | 15C | 16 | 2D |
| Octal | 215 | 132 | 144 | 0 | 44 | 35 | 55 | 534 | 26 | 55 |
| Binary | 10001101 | 1011010 | 1100100 | 0 | 100100 | 11101 | 101101 | 101011100 | 10110 | 101101 |
Color Harmonies of #8D5A64
Complementary color
Monochromatic Colors of #8D5A64
Black with #8D5A64
Text Example
Text Example
White with #8D5A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5A64; }
p { color: rgb(141,90,100); }
H1.HeaderClassName
{
color: #8D5A64;
}
.AnyTagClassName
{
color: #8D5A64;
}
</style>
background-color css
<style>
a { background-color: #8D5A64; }
a { background-color: rgb(141,90,100); }
div.DivClassName
{
background-color: #8D5A64;
}
.BgClassName
{
background-color: #8D5A64;
}
</style>
border-color css
<style>
span { border-color: #8D5A64; }
span { border-color: rgb(141,90,100); }
td.TdClassName
{
border-color: #8D5A64;
}
.TagClassName
{
border-color: #8D5A64;
}
</style>