#8F545D

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

Shades of Vin Rouge #8F545D

Tints of Vin Rouge #8F545D

Color information

#8F545D (or 0x8F545D) is unknown color: approx Vin Rouge. HEX triplet: 8F, 54 and 5D. RGB value is (143,84,93). Sum of RGB (Red+Green+Blue) = 143+84+93=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F545D is #70ABA2. Grayscale: #666666. Windows color (decimal): -7383971 or 6116495. OLE color: 6116495.

HSL color Cylindrical-coordinate representation of color #8F545D: hue angle of 350.85º 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 #8F545D is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1438493-
CMYK00.410.350.44
HSL350.85º25.99%44.51%-
HSV(B)350.85º41.26%56.08%-
XYZ16.4712.9711.99-
YUV102.67122.55156.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.69%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=44.69%
G=26.25%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143849300.410.350.44350.8525.9944.51
Hex8F545D029232C15f1a2d
Octal21712413505143545373255
Binary1000111110101001011101010100110001110110010101111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F545D; }

 p { color: rgb(143,84,93); }

 H1.HeaderClassName
 {
   color: #8F545D;
 }
 .AnyTagClassName
 {
   color: #8F545D;
 }
</style>
background-color css

<style>
 a { background-color: #8F545D; }

 a { background-color: rgb(143,84,93); }

 div.DivClassName
 {
   background-color: #8F545D;
 }
 .BgClassName
 {
   background-color: #8F545D;
 }
</style>
border-color css

<style>
 span { border-color: #8F545D; }

 span { border-color: rgb(143,84,93); }

 td.TdClassName
 {
   border-color: #8F545D;
 }
 .TagClassName
 {
   border-color: #8F545D;
 }
</style>