#8C5059

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

Shades of Vin Rouge #8C5059

Tints of Vin Rouge #8C5059

Color information

#8C5059 (or 0x8C5059) is unknown color: approx Vin Rouge. HEX triplet: 8C, 50 and 59. RGB value is (140,80,89). Sum of RGB (Red+Green+Blue) = 140+80+89=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5059 is #73AFA6. Grayscale: #626262. Windows color (decimal): -7581607 or 5853324. OLE color: 5853324.

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

Color convert

RGB1408089-
CMYK00.430.360.45
HSL351º27.27%43.14%-
HSV(B)351º42.86%54.9%-
XYZ15.4912.0310.96-
YUV98.97122.38157.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.31%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 89 (35.16% from 255) = 28.80%
R=45.31%
G=25.89%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140808900.430.360.4535127.2743.14
Hex8C505902B242D15f1b2b
Octal21412013105344555373353
Binary1000110010100001011001010101110010010110110101111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,80,89); }

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

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

 a { background-color: rgb(140,80,89); }

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

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

 span { border-color: rgb(140,80,89); }

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