#8D284D

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

Shades of Disco #8D284D

Tints of Disco #8D284D

Color information

#8D284D (or 0x8D284D) is unknown color: approx Disco. HEX triplet: 8D, 28 and 4D. RGB value is (141,40,77). Sum of RGB (Red+Green+Blue) = 141+40+77=258 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.65% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 141 - color contains mainly: red. Hex color #8D284D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D284D is #72D7B2. Grayscale: #4A4A4A. Windows color (decimal): -7526323 or 5056653. OLE color: 5056653.

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

Color convert

RGB1414077-
CMYK00.720.450.45
HSL338.02º55.8%35.49%-
HSV(B)338.02º71.63%55.29%-
XYZ13.087.727.82-
YUV74.42129.46175.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.65%
GREEN value IS 40 (16.02% from 255) = 15.50%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=54.65%
G=15.50%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141407700.720.450.45338.0255.835.49
Hex8D284D0482D2D1523823
Octal21550115011055555227043
Binary10001101101000100110101001000101101101101101010010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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