Shades of Vin Rouge #8C575C
Tints of Vin Rouge #8C575C
RGB
CMYK
RGB Variations
Color information
#8C575C (or 0x8C575C) is known color: Vin Rouge. HEX triplet: 8C, 57 and 5C. RGB value is (140,87,92). Sum of RGB (Red+Green+Blue) = 140+87+92=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C575C is #73A8A3. Grayscale: #676767. Windows color (decimal): -7579812 or 6051724. OLE color: 6051724.
HSL color Cylindrical-coordinate representation of color #8C575C: hue angle of 354.34º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C575C is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 92 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.45 |
| HSL | 354.34º | 0.23% | 0.45% | - |
| HSV(B) | 354.34º | 0.38% | 0.55% | - |
| XYZ | 16.16 | 13.16 | 11.81 | - |
| YUV | 103.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 92 | 0 | 0.38 | 0.34 | 0.45 | 354.34 | 0.23 | 0.45 |
| Hex | 8C | 57 | 5C | 0 | 26 | 22 | 2D | 162 | 17 | 2D |
| Octal | 214 | 127 | 134 | 0 | 46 | 42 | 55 | 542 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1011100 | 0 | 100110 | 100010 | 101101 | 101100010 | 10111 | 101101 |
Color Harmonies of #8C575C
Complementary color
Monochromatic Colors of #8C575C
Black with #8C575C
Text Example
Text Example
White with #8C575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C575C; }
p { color: rgb(140,87,92); }
H1.HeaderClassName
{
color: #8C575C;
}
.AnyTagClassName
{
color: #8C575C;
}
</style>
background-color css
<style>
a { background-color: #8C575C; }
a { background-color: rgb(140,87,92); }
div.DivClassName
{
background-color: #8C575C;
}
.BgClassName
{
background-color: #8C575C;
}
</style>
border-color css
<style>
span { border-color: #8C575C; }
span { border-color: rgb(140,87,92); }
td.TdClassName
{
border-color: #8C575C;
}
.TagClassName
{
border-color: #8C575C;
}
</style>