#8D525B

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

Shades of Vin Rouge #8D525B

Tints of Vin Rouge #8D525B

Color information

#8D525B (or 0x8D525B) is unknown color: approx Vin Rouge. HEX triplet: 8D, 52 and 5B. RGB value is (141,82,91). Sum of RGB (Red+Green+Blue) = 141+82+91=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D525B is #72ADA4. Grayscale: #646464. Windows color (decimal): -7515557 or 5984909. OLE color: 5984909.

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

Color convert

RGB1418291-
CMYK00.420.350.45
HSL350.85º26.46%43.73%-
HSV(B)350.85º41.84%55.29%-
XYZ15.8912.4511.46-
YUV100.67122.55156.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.90%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=44.90%
G=26.11%
B=28.98%

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
Decimal141829100.420.350.45350.8526.4643.73
Hex8D525B02A232D15f1a2c
Octal21512213305243555373254
Binary1000110110100101011011010101010001110110110101111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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