#8F545C

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

Shades of Vin Rouge #8F545C

Tints of Vin Rouge #8F545C

Color information

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

RGB1438492-
CMYK00.410.360.44
HSL351.86º25.99%44.51%-
HSV(B)351.86º41.26%56.08%-
XYZ16.4312.9511.76-
YUV102.55122.05156.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.83%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=44.83%
G=26.33%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143849200.410.360.44351.8625.9944.51
Hex8F545C029242C1601a2d
Octal21712413405144545403255
Binary1000111110101001011100010100110010010110010110000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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