Shades of Vin Rouge #8C5B5D
Tints of Vin Rouge #8C5B5D
RGB
CMYK
RGB Variations
Color information
#8C5B5D (or 0x8C5B5D) is known color: Vin Rouge. HEX triplet: 8C, 5B and 5D. RGB value is (140,91,93). Sum of RGB (Red+Green+Blue) = 140+91+93=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5B5D is #73A4A2. Grayscale: #696969. Windows color (decimal): -7578787 or 6118284. OLE color: 6118284.
HSL color Cylindrical-coordinate representation of color #8C5B5D: hue angle of 357.55º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C5B5D is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 91 | 93 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.45 |
| HSL | 357.55º | 0.21% | 0.45% | - |
| HSV(B) | 357.55º | 0.35% | 0.55% | - |
| XYZ | 16.53 | 13.85 | 12.16 | - |
| YUV | 105.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 93 | 0 | 0.35 | 0.34 | 0.45 | 357.55 | 0.21 | 0.45 |
| Hex | 8C | 5B | 5D | 0 | 23 | 22 | 2D | 166 | 15 | 2D |
| Octal | 214 | 133 | 135 | 0 | 43 | 42 | 55 | 546 | 25 | 55 |
| Binary | 10001100 | 1011011 | 1011101 | 0 | 100011 | 100010 | 101101 | 101100110 | 10101 | 101101 |
Color Harmonies of #8C5B5D
Complementary color
Monochromatic Colors of #8C5B5D
Black with #8C5B5D
Text Example
Text Example
White with #8C5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5B5D; }
p { color: rgb(140,91,93); }
H1.HeaderClassName
{
color: #8C5B5D;
}
.AnyTagClassName
{
color: #8C5B5D;
}
</style>
background-color css
<style>
a { background-color: #8C5B5D; }
a { background-color: rgb(140,91,93); }
div.DivClassName
{
background-color: #8C5B5D;
}
.BgClassName
{
background-color: #8C5B5D;
}
</style>
border-color css
<style>
span { border-color: #8C5B5D; }
span { border-color: rgb(140,91,93); }
td.TdClassName
{
border-color: #8C5B5D;
}
.TagClassName
{
border-color: #8C5B5D;
}
</style>