Shades of Vin Rouge #8C555E
Tints of Vin Rouge #8C555E
RGB
CMYK
RGB Variations
Color information
#8C555E (or 0x8C555E) is known color: Vin Rouge. HEX triplet: 8C, 55 and 5E. RGB value is (140,85,94). Sum of RGB (Red+Green+Blue) = 140+85+94=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C555E is #73AAA1. Grayscale: #666666. Windows color (decimal): -7580322 or 6182284. OLE color: 6182284.
HSL color Cylindrical-coordinate representation of color #8C555E: hue angle of 350.18º 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 #8C555E is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 94 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.45 |
| HSL | 350.18º | 0.24% | 0.44% | - |
| HSV(B) | 350.18º | 0.39% | 0.55% | - |
| XYZ | 16.08 | 12.88 | 12.23 | - |
| YUV | 102.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 94 | 0 | 0.39 | 0.33 | 0.45 | 350.18 | 0.24 | 0.44 |
| Hex | 8C | 55 | 5E | 0 | 27 | 21 | 2D | 15E | 18 | 2C |
| Octal | 214 | 125 | 136 | 0 | 47 | 41 | 55 | 536 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1011110 | 0 | 100111 | 100001 | 101101 | 101011110 | 11000 | 101100 |
Color Harmonies of #8C555E
Complementary color
Monochromatic Colors of #8C555E
Black with #8C555E
Text Example
Text Example
White with #8C555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C555E; }
p { color: rgb(140,85,94); }
H1.HeaderClassName
{
color: #8C555E;
}
.AnyTagClassName
{
color: #8C555E;
}
</style>
background-color css
<style>
a { background-color: #8C555E; }
a { background-color: rgb(140,85,94); }
div.DivClassName
{
background-color: #8C555E;
}
.BgClassName
{
background-color: #8C555E;
}
</style>
border-color css
<style>
span { border-color: #8C555E; }
span { border-color: rgb(140,85,94); }
td.TdClassName
{
border-color: #8C555E;
}
.TagClassName
{
border-color: #8C555E;
}
</style>