#8D5C62

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

Shades of Vin Rouge #8D5C62

Tints of Vin Rouge #8D5C62

Color information

#8D5C62 (or 0x8D5C62) is unknown color: approx Vin Rouge. HEX triplet: 8D, 5C and 62. RGB value is (141,92,98). Sum of RGB (Red+Green+Blue) = 141+92+98=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C62 is #72A39D. Grayscale: #6B6B6B. Windows color (decimal): -7512990 or 6446221. OLE color: 6446221.

HSL color Cylindrical-coordinate representation of color #8D5C62: hue angle of 352.65º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5C62 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB1419298-
CMYK00.350.300.45
HSL352.65º21.03%45.69%-
HSV(B)352.65º34.75%55.29%-
XYZ17.0214.213.4-
YUV107.34122.73152.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=42.60%
G=27.79%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141929800.350.300.45352.6521.0345.69
Hex8D5C620231E2D161152e
Octal21513414204336555412556
Binary100011011011100110001001000111111010110110110000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,92,98); }

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

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

 a { background-color: rgb(141,92,98); }

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

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

 span { border-color: rgb(141,92,98); }

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