#8D304E

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

Shades of Disco #8D304E

Tints of Disco #8D304E

Color information

#8D304E (or 0x8D304E) is unknown color: approx Disco. HEX triplet: 8D, 30 and 4E. RGB value is (141,48,78). Sum of RGB (Red+Green+Blue) = 141+48+78=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D304E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D304E is #72CFB1. Grayscale: #4F4F4F. Windows color (decimal): -7524274 or 5124237. OLE color: 5124237.

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

Color convert

RGB1414878-
CMYK00.660.450.45
HSL340.65º49.21%37.06%-
HSV(B)340.65º65.96%55.29%-
XYZ13.428.338.11-
YUV79.23127.31172.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=52.81%
G=17.98%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141487800.660.450.45340.6549.2137.06
Hex8D304E0422D2D1553125
Octal21560116010255555256145
Binary10001101110000100111001000010101101101101101010101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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