#8D2E4D

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

Shades of Disco #8D2E4D

Tints of Disco #8D2E4D

Color information

#8D2E4D (or 0x8D2E4D) is unknown color: approx Disco. HEX triplet: 8D, 2E and 4D. RGB value is (141,46,77). Sum of RGB (Red+Green+Blue) = 141+46+77=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2E4D is #72D1B2. Grayscale: #4D4D4D. Windows color (decimal): -7524787 or 5058189. OLE color: 5058189.

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

Color convert

RGB1414677-
CMYK00.670.450.45
HSL340.42º50.8%36.67%-
HSV(B)340.42º67.38%55.29%-
XYZ13.38.157.89-
YUV77.94127.47172.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.41%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=53.41%
G=17.42%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141467700.670.450.45340.4250.836.67
Hex8D2E4D0432D2D1543325
Octal21556115010355555246345
Binary10001101101110100110101000011101101101101101010100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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