Shades of Vin Rouge #8F545A
Tints of Vin Rouge #8F545A
RGB
CMYK
RGB Variations
Color information
#8F545A (or 0x8F545A) is known color: Vin Rouge. HEX triplet: 8F, 54 and 5A. RGB value is (143,84,90). Sum of RGB (Red+Green+Blue) = 143+84+90=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 143 - color contains mainly: red. Hex color #8F545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F545A is #70ABA5. Grayscale: #666666. Windows color (decimal): -7383974 or 5919887. OLE color: 5919887.
HSL color Cylindrical-coordinate representation of color #8F545A: hue angle of 353.9º 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 #8F545A is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 84 | 90 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.44 |
| HSL | 353.9º | 0.26% | 0.45% | - |
| HSV(B) | 353.9º | 0.41% | 0.56% | - |
| XYZ | 16.34 | 12.92 | 11.3 | - |
| YUV | 102.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 90 | 0 | 0.41 | 0.37 | 0.44 | 353.9 | 0.26 | 0.45 |
| Hex | 8F | 54 | 5A | 0 | 29 | 25 | 2C | 162 | 1A | 2D |
| Octal | 217 | 124 | 132 | 0 | 51 | 45 | 54 | 542 | 32 | 55 |
| Binary | 10001111 | 1010100 | 1011010 | 0 | 101001 | 100101 | 101100 | 101100010 | 11010 | 101101 |
Color Harmonies of #8F545A
Complementary color
Monochromatic Colors of #8F545A
Black with #8F545A
Text Example
Text Example
White with #8F545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F545A; }
p { color: rgb(143,84,90); }
H1.HeaderClassName
{
color: #8F545A;
}
.AnyTagClassName
{
color: #8F545A;
}
</style>
background-color css
<style>
a { background-color: #8F545A; }
a { background-color: rgb(143,84,90); }
div.DivClassName
{
background-color: #8F545A;
}
.BgClassName
{
background-color: #8F545A;
}
</style>
border-color css
<style>
span { border-color: #8F545A; }
span { border-color: rgb(143,84,90); }
td.TdClassName
{
border-color: #8F545A;
}
.TagClassName
{
border-color: #8F545A;
}
</style>