#8D555A

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

Shades of Vin Rouge #8D555A

Tints of Vin Rouge #8D555A

Color information

#8D555A (or 0x8D555A) is unknown color: approx Vin Rouge. HEX triplet: 8D, 55 and 5A. RGB value is (141,85,90). Sum of RGB (Red+Green+Blue) = 141+85+90=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D555A is #72AAA5. Grayscale: #666666. Windows color (decimal): -7514790 or 5920141. OLE color: 5920141.

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

Color convert

RGB1418590-
CMYK00.400.360.45
HSL354.64º24.78%44.31%-
HSV(B)354.64º39.72%55.29%-
XYZ16.0812.911.31-
YUV102.31121.05155.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=44.62%
G=26.90%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141859000.400.360.45354.6424.7844.31
Hex8D555A028242D163192c
Octal21512513205044555433154
Binary1000110110101011011010010100010010010110110110001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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