Shades of Vin Rouge #8C555D
Tints of Vin Rouge #8C555D
RGB
CMYK
RGB Variations
Color information
#8C555D (or 0x8C555D) is known color: Vin Rouge. HEX triplet: 8C, 55 and 5D. RGB value is (140,85,93). Sum of RGB (Red+Green+Blue) = 140+85+93=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C555D is #73AAA2. Grayscale: #666666. Windows color (decimal): -7580323 or 6116748. OLE color: 6116748.
HSL color Cylindrical-coordinate representation of color #8C555D: hue angle of 351.27º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C555D is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 93 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.45 |
| HSL | 351.27º | 0.24% | 0.44% | - |
| HSV(B) | 351.27º | 0.39% | 0.55% | - |
| XYZ | 16.04 | 12.86 | 11.99 | - |
| YUV | 102.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 93 | 0 | 0.39 | 0.34 | 0.45 | 351.27 | 0.24 | 0.44 |
| Hex | 8C | 55 | 5D | 0 | 27 | 22 | 2D | 15F | 18 | 2C |
| Octal | 214 | 125 | 135 | 0 | 47 | 42 | 55 | 537 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1011101 | 0 | 100111 | 100010 | 101101 | 101011111 | 11000 | 101100 |
Color Harmonies of #8C555D
Complementary color
Monochromatic Colors of #8C555D
Black with #8C555D
Text Example
Text Example
White with #8C555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C555D; }
p { color: rgb(140,85,93); }
H1.HeaderClassName
{
color: #8C555D;
}
.AnyTagClassName
{
color: #8C555D;
}
</style>
background-color css
<style>
a { background-color: #8C555D; }
a { background-color: rgb(140,85,93); }
div.DivClassName
{
background-color: #8C555D;
}
.BgClassName
{
background-color: #8C555D;
}
</style>
border-color css
<style>
span { border-color: #8C555D; }
span { border-color: rgb(140,85,93); }
td.TdClassName
{
border-color: #8C555D;
}
.TagClassName
{
border-color: #8C555D;
}
</style>