#8D324C

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

Shades of Disco #8D324C

Tints of Disco #8D324C

Color information

#8D324C (or 0x8D324C) is unknown color: approx Disco. HEX triplet: 8D, 32 and 4C. RGB value is (141,50,76). Sum of RGB (Red+Green+Blue) = 141+50+76=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D324C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D324C is #72CDB3. Grayscale: #505050. Windows color (decimal): -7523764 or 4993677. OLE color: 4993677.

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

Color convert

RGB1415076-
CMYK00.650.460.45
HSL342.86º47.64%37.45%-
HSV(B)342.86º64.54%55.29%-
XYZ13.438.477.76-
YUV80.17125.65171.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=52.81%
G=18.73%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141507600.650.460.45342.8647.6437.45
Hex8D324C0412E2D1573025
Octal21562114010156555276045
Binary10001101110010100110001000001101110101101101010111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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