#8D525A

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

Shades of Vin Rouge #8D525A

Tints of Vin Rouge #8D525A

Color information

#8D525A (or 0x8D525A) is unknown color: approx Vin Rouge. HEX triplet: 8D, 52 and 5A. RGB value is (141,82,90). Sum of RGB (Red+Green+Blue) = 141+82+90=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D525A is #72ADA5. Grayscale: #646464. Windows color (decimal): -7515558 or 5919373. OLE color: 5919373.

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

Color convert

RGB1418290-
CMYK00.420.360.45
HSL351.86º26.46%43.73%-
HSV(B)351.86º41.84%55.29%-
XYZ15.8512.4411.24-
YUV100.55122.05156.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=45.05%
G=26.20%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141829000.420.360.45351.8626.4643.73
Hex8D525A02A242D1601a2c
Octal21512213205244555403254
Binary1000110110100101011010010101010010010110110110000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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