#8C545B

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

Shades of Vin Rouge #8C545B

Tints of Vin Rouge #8C545B

Color information

#8C545B (or 0x8C545B) is unknown color: approx Vin Rouge. HEX triplet: 8C, 54 and 5B. RGB value is (140,84,91). Sum of RGB (Red+Green+Blue) = 140+84+91=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C545B is #73ABA4. Grayscale: #656565. Windows color (decimal): -7580581 or 5985420. OLE color: 5985420.

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

Color convert

RGB1408491-
CMYK00.40.350.45
HSL352.5º25%43.92%-
HSV(B)352.5º40%54.9%-
XYZ15.8712.6711.51-
YUV101.54122.05155.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.44%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=44.44%
G=26.67%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140849100.40.350.45352.52543.92
Hex8C545B028232D160192c
Octal21412413305043555403154
Binary1000110010101001011011010100010001110110110110000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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