Shades of Vin Rouge #8F545C
Tints of Vin Rouge #8F545C
RGB
CMYK
RGB Variations
Color information
#8F545C (or 0x8F545C) is known color: Vin Rouge. HEX triplet: 8F, 54 and 5C. RGB value is (143,84,92). Sum of RGB (Red+Green+Blue) = 143+84+92=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 143 - color contains mainly: red. Hex color #8F545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F545C is #70ABA3. Grayscale: #666666. Windows color (decimal): -7383972 or 6050959. OLE color: 6050959.
HSL color Cylindrical-coordinate representation of color #8F545C: hue angle of 351.86º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F545C is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 84 | 92 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.44 |
| HSL | 351.86º | 0.26% | 0.45% | - |
| HSV(B) | 351.86º | 0.41% | 0.56% | - |
| XYZ | 16.43 | 12.95 | 11.76 | - |
| YUV | 102.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 92 | 0 | 0.41 | 0.36 | 0.44 | 351.86 | 0.26 | 0.45 |
| Hex | 8F | 54 | 5C | 0 | 29 | 24 | 2C | 160 | 1A | 2D |
| Octal | 217 | 124 | 134 | 0 | 51 | 44 | 54 | 540 | 32 | 55 |
| Binary | 10001111 | 1010100 | 1011100 | 0 | 101001 | 100100 | 101100 | 101100000 | 11010 | 101101 |
Color Harmonies of #8F545C
Complementary color
Monochromatic Colors of #8F545C
Black with #8F545C
Text Example
Text Example
White with #8F545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F545C; }
p { color: rgb(143,84,92); }
H1.HeaderClassName
{
color: #8F545C;
}
.AnyTagClassName
{
color: #8F545C;
}
</style>
background-color css
<style>
a { background-color: #8F545C; }
a { background-color: rgb(143,84,92); }
div.DivClassName
{
background-color: #8F545C;
}
.BgClassName
{
background-color: #8F545C;
}
</style>
border-color css
<style>
span { border-color: #8F545C; }
span { border-color: rgb(143,84,92); }
td.TdClassName
{
border-color: #8F545C;
}
.TagClassName
{
border-color: #8F545C;
}
</style>