Shades of Vin Rouge #8B575C
Tints of Vin Rouge #8B575C
RGB
CMYK
RGB Variations
Color information
#8B575C (or 0x8B575C) is known color: Vin Rouge. HEX triplet: 8B, 57 and 5C. RGB value is (139,87,92). Sum of RGB (Red+Green+Blue) = 139+87+92=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B575C is #74A8A3. Grayscale: #676767. Windows color (decimal): -7645348 or 6051723. OLE color: 6051723.
HSL color Cylindrical-coordinate representation of color #8B575C: hue angle of 354.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B575C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 92 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.45 |
| HSL | 354.23º | 0.23% | 0.44% | - |
| HSV(B) | 354.23º | 0.37% | 0.55% | - |
| XYZ | 15.99 | 13.08 | 11.81 | - |
| YUV | 103.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 92 | 0 | 0.37 | 0.34 | 0.45 | 354.23 | 0.23 | 0.44 |
| Hex | 8B | 57 | 5C | 0 | 25 | 22 | 2D | 162 | 17 | 2C |
| Octal | 213 | 127 | 134 | 0 | 45 | 42 | 55 | 542 | 27 | 54 |
| Binary | 10001011 | 1010111 | 1011100 | 0 | 100101 | 100010 | 101101 | 101100010 | 10111 | 101100 |
Color Harmonies of #8B575C
Complementary color
Monochromatic Colors of #8B575C
Black with #8B575C
Text Example
Text Example
White with #8B575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B575C; }
p { color: rgb(139,87,92); }
H1.HeaderClassName
{
color: #8B575C;
}
.AnyTagClassName
{
color: #8B575C;
}
</style>
background-color css
<style>
a { background-color: #8B575C; }
a { background-color: rgb(139,87,92); }
div.DivClassName
{
background-color: #8B575C;
}
.BgClassName
{
background-color: #8B575C;
}
</style>
border-color css
<style>
span { border-color: #8B575C; }
span { border-color: rgb(139,87,92); }
td.TdClassName
{
border-color: #8B575C;
}
.TagClassName
{
border-color: #8B575C;
}
</style>