#8D5A5D

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

Shades of Vin Rouge #8D5A5D

Tints of Vin Rouge #8D5A5D

Color information

#8D5A5D (or 0x8D5A5D) is unknown color: approx Vin Rouge. HEX triplet: 8D, 5A and 5D. RGB value is (141,90,93). Sum of RGB (Red+Green+Blue) = 141+90+93=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5A5D is #72A5A2. Grayscale: #696969. Windows color (decimal): -7513507 or 6118029. OLE color: 6118029.

HSL color Cylindrical-coordinate representation of color #8D5A5D: hue angle of 356.47º 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 #8D5A5D is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1419093-
CMYK00.360.340.45
HSL356.47º22.08%45.29%-
HSV(B)356.47º36.17%55.29%-
XYZ16.6213.7712.14-
YUV105.59120.9153.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=43.52%
G=27.78%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141909300.360.340.45356.4722.0845.29
Hex8D5A5D024222D164162d
Octal21513213504442555442655
Binary1000110110110101011101010010010001010110110110010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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