#8F545A

Color #8F545A Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #8F545A

Tints of Vin Rouge #8F545A

Color information

#8F545A (or 0x8F545A) is unknown color: approx 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

RGB1438490-
CMYK00.410.370.44
HSL353.9º25.99%44.51%-
HSV(B)353.9º41.26%56.08%-
XYZ16.3412.9211.3-
YUV102.32121.05157.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 45.11%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=45.11%
G=26.50%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143849000.410.370.44353.925.9944.51
Hex8F545A029252C1621a2d
Octal21712413205145545423255
Binary1000111110101001011010010100110010110110010110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>