#8D525D

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

Shades of Vin Rouge #8D525D

Tints of Vin Rouge #8D525D

Color information

#8D525D (or 0x8D525D) is unknown color: approx Vin Rouge. HEX triplet: 8D, 52 and 5D. RGB value is (141,82,93). Sum of RGB (Red+Green+Blue) = 141+82+93=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D525D is #72ADA2. Grayscale: #646464. Windows color (decimal): -7515555 or 6115981. OLE color: 6115981.

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

Color convert

RGB1418293-
CMYK00.420.340.45
HSL348.81º26.46%43.73%-
HSV(B)348.81º41.84%55.29%-
XYZ15.9812.4911.92-
YUV100.9123.55156.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=44.62%
G=25.95%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141829300.420.340.45348.8126.4643.73
Hex8D525D02A222D15d1a2c
Octal21512213505242555353254
Binary1000110110100101011101010101010001010110110101110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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