#8D5C61

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

Shades of Vin Rouge #8D5C61

Tints of Vin Rouge #8D5C61

Color information

#8D5C61 (or 0x8D5C61) is unknown color: approx Vin Rouge. HEX triplet: 8D, 5C and 61. RGB value is (141,92,97). Sum of RGB (Red+Green+Blue) = 141+92+97=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C61 is #72A39E. Grayscale: #6B6B6B. Windows color (decimal): -7512991 or 6380685. OLE color: 6380685.

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

Color convert

RGB1419297-
CMYK00.350.310.45
HSL353.88º21.03%45.69%-
HSV(B)353.88º34.75%55.29%-
XYZ16.9714.1813.15-
YUV107.22122.23152.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=42.73%
G=27.88%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141929700.350.310.45353.8821.0345.69
Hex8D5C610231F2D162152e
Octal21513414104337555422556
Binary100011011011100110000101000111111110110110110001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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