Shades of Vin Rouge #8C575B
Tints of Vin Rouge #8C575B
RGB
CMYK
RGB Variations
Color information
#8C575B (or 0x8C575B) is known color: Vin Rouge. HEX triplet: 8C, 57 and 5B. RGB value is (140,87,91). Sum of RGB (Red+Green+Blue) = 140+87+91=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C575B is #73A8A4. Grayscale: #676767. Windows color (decimal): -7579813 or 5986188. OLE color: 5986188.
HSL color Cylindrical-coordinate representation of color #8C575B: hue angle of 355.47º 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 #8C575B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 91 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.45 |
| HSL | 355.47º | 0.23% | 0.45% | - |
| HSV(B) | 355.47º | 0.38% | 0.55% | - |
| XYZ | 16.11 | 13.15 | 11.59 | - |
| YUV | 103.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 91 | 0 | 0.38 | 0.35 | 0.45 | 355.47 | 0.23 | 0.45 |
| Hex | 8C | 57 | 5B | 0 | 26 | 23 | 2D | 163 | 17 | 2D |
| Octal | 214 | 127 | 133 | 0 | 46 | 43 | 55 | 543 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1011011 | 0 | 100110 | 100011 | 101101 | 101100011 | 10111 | 101101 |
Color Harmonies of #8C575B
Complementary color
Monochromatic Colors of #8C575B
Black with #8C575B
Text Example
Text Example
White with #8C575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C575B; }
p { color: rgb(140,87,91); }
H1.HeaderClassName
{
color: #8C575B;
}
.AnyTagClassName
{
color: #8C575B;
}
</style>
background-color css
<style>
a { background-color: #8C575B; }
a { background-color: rgb(140,87,91); }
div.DivClassName
{
background-color: #8C575B;
}
.BgClassName
{
background-color: #8C575B;
}
</style>
border-color css
<style>
span { border-color: #8C575B; }
span { border-color: rgb(140,87,91); }
td.TdClassName
{
border-color: #8C575B;
}
.TagClassName
{
border-color: #8C575B;
}
</style>