Shades of Vin Rouge #8F575B
Tints of Vin Rouge #8F575B
RGB
CMYK
RGB Variations
Color information
#8F575B (or 0x8F575B) is known color: Vin Rouge. HEX triplet: 8F, 57 and 5B. RGB value is (143,87,91). Sum of RGB (Red+Green+Blue) = 143+87+91=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F575B is #70A8A4. Grayscale: #686868. Windows color (decimal): -7383205 or 5986191. OLE color: 5986191.
HSL color Cylindrical-coordinate representation of color #8F575B: hue angle of 355.71º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F575B is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 91 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.44 |
| HSL | 355.71º | 0.24% | 0.45% | - |
| HSV(B) | 355.71º | 0.39% | 0.56% | - |
| XYZ | 16.62 | 13.41 | 11.61 | - |
| YUV | 104.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 91 | 0 | 0.39 | 0.36 | 0.44 | 355.71 | 0.24 | 0.45 |
| Hex | 8F | 57 | 5B | 0 | 27 | 24 | 2C | 164 | 18 | 2D |
| Octal | 217 | 127 | 133 | 0 | 47 | 44 | 54 | 544 | 30 | 55 |
| Binary | 10001111 | 1010111 | 1011011 | 0 | 100111 | 100100 | 101100 | 101100100 | 11000 | 101101 |
Color Harmonies of #8F575B
Complementary color
Monochromatic Colors of #8F575B
Black with #8F575B
Text Example
Text Example
White with #8F575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F575B; }
p { color: rgb(143,87,91); }
H1.HeaderClassName
{
color: #8F575B;
}
.AnyTagClassName
{
color: #8F575B;
}
</style>
background-color css
<style>
a { background-color: #8F575B; }
a { background-color: rgb(143,87,91); }
div.DivClassName
{
background-color: #8F575B;
}
.BgClassName
{
background-color: #8F575B;
}
</style>
border-color css
<style>
span { border-color: #8F575B; }
span { border-color: rgb(143,87,91); }
td.TdClassName
{
border-color: #8F575B;
}
.TagClassName
{
border-color: #8F575B;
}
</style>