#8D284C

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

Shades of Disco #8D284C

Tints of Disco #8D284C

Color information

#8D284C (or 0x8D284C) is unknown color: approx Disco. HEX triplet: 8D, 28 and 4C. RGB value is (141,40,76). Sum of RGB (Red+Green+Blue) = 141+40+76=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D284C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D284C is #72D7B3. Grayscale: #4A4A4A. Windows color (decimal): -7526324 or 4991117. OLE color: 4991117.

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

Color convert

RGB1414076-
CMYK00.720.460.45
HSL338.61º55.8%35.49%-
HSV(B)338.61º71.63%55.29%-
XYZ13.057.77.64-
YUV74.3128.96175.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.86%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=54.86%
G=15.56%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141407600.720.460.45338.6155.835.49
Hex8D284C0482E2D1533823
Octal21550114011056555237043
Binary10001101101000100110001001000101110101101101010011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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