#8C5B60

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

Shades of Vin Rouge #8C5B60

Tints of Vin Rouge #8C5B60

Color information

#8C5B60 (or 0x8C5B60) is unknown color: approx Vin Rouge. HEX triplet: 8C, 5B and 60. RGB value is (140,91,96). Sum of RGB (Red+Green+Blue) = 140+91+96=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5B60 is #73A49F. Grayscale: #6A6A6A. Windows color (decimal): -7578784 or 6314892. OLE color: 6314892.

HSL color Cylindrical-coordinate representation of color #8C5B60: hue angle of 353.88º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C5B60 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB1409196-
CMYK00.350.310.45
HSL353.88º21.21%45.29%-
HSV(B)353.88º35%54.9%-
XYZ16.6713.912.87-
YUV106.22122.23152.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.81%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=42.81%
G=27.83%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140919600.350.310.45353.8821.2145.29
Hex8C5B600231F2D162152d
Octal21413314004337555422555
Binary100011001011011110000001000111111110110110110001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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