#8D204A

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

Shades of Disco #8D204A

Tints of Disco #8D204A

Color information

#8D204A (or 0x8D204A) is unknown color: approx Disco. HEX triplet: 8D, 20 and 4A. RGB value is (141,32,74). Sum of RGB (Red+Green+Blue) = 141+32+74=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D204A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D204A is #72DFB5. Grayscale: #454545. Windows color (decimal): -7528374 or 4857997. OLE color: 4857997.

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

Color convert

RGB1413274-
CMYK00.770.480.45
HSL336.88º63.01%33.92%-
HSV(B)336.88º77.3%55.29%-
XYZ12.747.197.2-
YUV69.38130.61179.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.09%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=57.09%
G=12.96%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141327400.770.480.45336.8863.0133.92
Hex8D204A04D302D1513f22
Octal21540112011560555217742
Binary10001101100000100101001001101110000101101101010001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,32,74); }

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

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

 a { background-color: rgb(141,32,74); }

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

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

 span { border-color: rgb(141,32,74); }

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