#8C5159

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

Shades of Vin Rouge #8C5159

Tints of Vin Rouge #8C5159

Color information

#8C5159 (or 0x8C5159) is unknown color: approx Vin Rouge. HEX triplet: 8C, 51 and 59. RGB value is (140,81,89). Sum of RGB (Red+Green+Blue) = 140+81+89=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5159 is #73AEA6. Grayscale: #636363. Windows color (decimal): -7581351 or 5853580. OLE color: 5853580.

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

Color convert

RGB1408189-
CMYK00.420.360.45
HSL351.86º26.7%43.33%-
HSV(B)351.86º42.14%54.9%-
XYZ15.5612.1810.98-
YUV99.55122.05156.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.16%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 89 (35.16% from 255) = 28.71%
R=45.16%
G=26.13%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140818900.420.360.45351.8626.743.33
Hex8C515902A242D1601b2b
Octal21412113105244555403353
Binary1000110010100011011001010101010010010110110110000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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