#8D324E

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

Shades of Disco #8D324E

Tints of Disco #8D324E

Color information

#8D324E (or 0x8D324E) is unknown color: approx Disco. HEX triplet: 8D, 32 and 4E. RGB value is (141,50,78). Sum of RGB (Red+Green+Blue) = 141+50+78=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D324E is #72CDB1. Grayscale: #505050. Windows color (decimal): -7523762 or 5124749. OLE color: 5124749.

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

Color convert

RGB1415078-
CMYK00.650.450.45
HSL341.54º47.64%37.45%-
HSV(B)341.54º64.54%55.29%-
XYZ13.58.498.14-
YUV80.4126.65171.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.42%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 78 (30.86% from 255) = 29.00%
R=52.42%
G=18.59%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141507800.650.450.45341.5447.6437.45
Hex8D324E0412D2D1563025
Octal21562116010155555266045
Binary10001101110010100111001000001101101101101101010110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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