#8D5963

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

Shades of Vin Rouge #8D5963

Tints of Vin Rouge #8D5963

Color information

#8D5963 (or 0x8D5963) is unknown color: approx Vin Rouge. HEX triplet: 8D, 59 and 63. RGB value is (141,89,99). Sum of RGB (Red+Green+Blue) = 141+89+99=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5963 is #72A69C. Grayscale: #696969. Windows color (decimal): -7513757 or 6510989. OLE color: 6510989.

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

Color convert

RGB1418999-
CMYK00.370.300.45
HSL348.46º22.61%45.1%-
HSV(B)348.46º36.88%55.29%-
XYZ16.8113.7113.56-
YUV105.69124.23153.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.86%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=42.86%
G=27.05%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141899900.370.300.45348.4622.6145.1
Hex8D59630251E2D15c172d
Octal21513114304536555342755
Binary100011011011001110001101001011111010110110101110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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