#8D5964

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

Shades of Vin Rouge #8D5964

Tints of Vin Rouge #8D5964

Color information

#8D5964 (or 0x8D5964) is unknown color: approx Vin Rouge. HEX triplet: 8D, 59 and 64. RGB value is (141,89,100). Sum of RGB (Red+Green+Blue) = 141+89+100=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5964 is #72A69B. Grayscale: #696969. Windows color (decimal): -7513756 or 6576525. OLE color: 6576525.

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

Color convert

RGB14189100-
CMYK00.370.290.45
HSL347.31º22.61%45.1%-
HSV(B)347.31º36.88%55.29%-
XYZ16.8613.7313.82-
YUV105.8124.73153.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=42.73%
G=26.97%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418910000.370.290.45347.3122.6145.1
Hex8D59640251D2D15b172d
Octal21513114404535555332755
Binary100011011011001110010001001011110110110110101101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,89,100); }

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

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

 a { background-color: rgb(141,89,100); }

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

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

 span { border-color: rgb(141,89,100); }

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