#8C545C

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

Shades of Vin Rouge #8C545C

Tints of Vin Rouge #8C545C

Color information

#8C545C (or 0x8C545C) is unknown color: approx Vin Rouge. HEX triplet: 8C, 54 and 5C. RGB value is (140,84,92). Sum of RGB (Red+Green+Blue) = 140+84+92=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C545C is #73ABA3. Grayscale: #656565. Windows color (decimal): -7580580 or 6050956. OLE color: 6050956.

HSL color Cylindrical-coordinate representation of color #8C545C: hue angle of 351.43º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C545C is Cyan = 0, Magento = 0.4, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1408492-
CMYK00.40.340.45
HSL351.43º25%43.92%-
HSV(B)351.43º40%54.9%-
XYZ15.9212.6911.74-
YUV101.66122.55155.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.30%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=44.30%
G=26.58%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140849200.40.340.45351.432543.92
Hex8C545C028222D15f192c
Octal21412413405042555373154
Binary1000110010101001011100010100010001010110110101111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,84,92); }

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

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

 a { background-color: rgb(140,84,92); }

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

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

 span { border-color: rgb(140,84,92); }

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