Shades of Vin Rouge #8B575F
Tints of Vin Rouge #8B575F
RGB
CMYK
RGB Variations
Color information
#8B575F (or 0x8B575F) is known color: Vin Rouge. HEX triplet: 8B, 57 and 5F. RGB value is (139,87,95). Sum of RGB (Red+Green+Blue) = 139+87+95=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B575F is #74A8A0. Grayscale: #676767. Windows color (decimal): -7645345 or 6248331. OLE color: 6248331.
HSL color Cylindrical-coordinate representation of color #8B575F: hue angle of 350.77º 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 #8B575F is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 95 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.45 |
| HSL | 350.77º | 0.23% | 0.44% | - |
| HSV(B) | 350.77º | 0.37% | 0.55% | - |
| XYZ | 16.12 | 13.13 | 12.51 | - |
| YUV | 103.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 95 | 0 | 0.37 | 0.32 | 0.45 | 350.77 | 0.23 | 0.44 |
| Hex | 8B | 57 | 5F | 0 | 25 | 20 | 2D | 15F | 17 | 2C |
| Octal | 213 | 127 | 137 | 0 | 45 | 40 | 55 | 537 | 27 | 54 |
| Binary | 10001011 | 1010111 | 1011111 | 0 | 100101 | 100000 | 101101 | 101011111 | 10111 | 101100 |
Color Harmonies of #8B575F
Complementary color
Monochromatic Colors of #8B575F
Black with #8B575F
Text Example
Text Example
White with #8B575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B575F; }
p { color: rgb(139,87,95); }
H1.HeaderClassName
{
color: #8B575F;
}
.AnyTagClassName
{
color: #8B575F;
}
</style>
background-color css
<style>
a { background-color: #8B575F; }
a { background-color: rgb(139,87,95); }
div.DivClassName
{
background-color: #8B575F;
}
.BgClassName
{
background-color: #8B575F;
}
</style>
border-color css
<style>
span { border-color: #8B575F; }
span { border-color: rgb(139,87,95); }
td.TdClassName
{
border-color: #8B575F;
}
.TagClassName
{
border-color: #8B575F;
}
</style>