#8D585D

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

Shades of Vin Rouge #8D585D

Tints of Vin Rouge #8D585D

Color information

#8D585D (or 0x8D585D) is unknown color: approx Vin Rouge. HEX triplet: 8D, 58 and 5D. RGB value is (141,88,93). Sum of RGB (Red+Green+Blue) = 141+88+93=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D585D is #72A7A2. Grayscale: #686868. Windows color (decimal): -7514019 or 6117517. OLE color: 6117517.

HSL color Cylindrical-coordinate representation of color #8D585D: hue angle of 354.34º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D585D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1418893-
CMYK00.380.340.45
HSL354.34º23.14%44.9%-
HSV(B)354.34º37.59%55.29%-
XYZ16.4513.4312.08-
YUV104.42121.56154.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.79%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=43.79%
G=27.33%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141889300.380.340.45354.3423.1444.9
Hex8D585D026222D162172d
Octal21513013504642555422755
Binary1000110110110001011101010011010001010110110110001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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