#8D5A64

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

Shades of Vin Rouge #8D5A64

Tints of Vin Rouge #8D5A64

Color information

#8D5A64 (or 0x8D5A64) is unknown color: approx Vin Rouge. HEX triplet: 8D, 5A and 64. RGB value is (141,90,100). Sum of RGB (Red+Green+Blue) = 141+90+100=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A64 is #72A59B. Grayscale: #6A6A6A. Windows color (decimal): -7513500 or 6576781. OLE color: 6576781.

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

Color convert

RGB14190100-
CMYK00.360.290.45
HSL348.24º22.08%45.29%-
HSV(B)348.24º36.17%55.29%-
XYZ16.9413.913.85-
YUV106.39124.4152.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=42.60%
G=27.19%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419010000.360.290.45348.2422.0845.29
Hex8D5A640241D2D15c162d
Octal21513214404435555342655
Binary100011011011010110010001001001110110110110101110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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