#8D304C

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

Shades of Disco #8D304C

Tints of Disco #8D304C

Color information

#8D304C (or 0x8D304C) is unknown color: approx Disco. HEX triplet: 8D, 30 and 4C. RGB value is (141,48,76). Sum of RGB (Red+Green+Blue) = 141+48+76=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D304C is #72CFB3. Grayscale: #4E4E4E. Windows color (decimal): -7524276 or 4993165. OLE color: 4993165.

HSL color Cylindrical-coordinate representation of color #8D304C: hue angle of 341.94º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D304C is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1414876-
CMYK00.660.460.45
HSL341.94º49.21%37.06%-
HSV(B)341.94º65.96%55.29%-
XYZ13.358.37.74-
YUV79126.31172.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.21%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=53.21%
G=18.11%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141487600.660.460.45341.9449.2137.06
Hex8D304C0422E2D1563125
Octal21560114010256555266145
Binary10001101110000100110001000010101110101101101010110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,48,76); }

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

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

 a { background-color: rgb(141,48,76); }

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

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

 span { border-color: rgb(141,48,76); }

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