#8D525C

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

Shades of Vin Rouge #8D525C

Tints of Vin Rouge #8D525C

Color information

#8D525C (or 0x8D525C) is unknown color: approx Vin Rouge. HEX triplet: 8D, 52 and 5C. RGB value is (141,82,92). Sum of RGB (Red+Green+Blue) = 141+82+92=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D525C is #72ADA3. Grayscale: #646464. Windows color (decimal): -7515556 or 6050445. OLE color: 6050445.

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

Color convert

RGB1418292-
CMYK00.420.350.45
HSL349.83º26.46%43.73%-
HSV(B)349.83º41.84%55.29%-
XYZ15.9312.4711.69-
YUV100.78123.05156.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 92 (36.33% from 255) = 29.21%
R=44.76%
G=26.03%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141829200.420.350.45349.8326.4643.73
Hex8D525C02A232D15e1a2c
Octal21512213405243555363254
Binary1000110110100101011100010101010001110110110101111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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