#8D2D50

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

Shades of Disco #8D2D50

Tints of Disco #8D2D50

Color information

#8D2D50 (or 0x8D2D50) is unknown color: approx Disco. HEX triplet: 8D, 2D and 50. RGB value is (141,45,80). Sum of RGB (Red+Green+Blue) = 141+45+80=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2D50 is #72D2AF. Grayscale: #4D4D4D. Windows color (decimal): -7525040 or 5254541. OLE color: 5254541.

HSL color Cylindrical-coordinate representation of color #8D2D50: hue angle of 338.12º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D2D50 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB1414580-
CMYK00.680.430.45
HSL338.12º51.61%36.47%-
HSV(B)338.12º68.09%55.29%-
XYZ13.378.128.45-
YUV77.69129.3173.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 45 (17.97% from 255) = 16.92%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=53.01%
G=16.92%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141458000.680.430.45338.1251.6136.47
Hex8D2D500442B2D1523424
Octal21555120010453555226444
Binary10001101101101101000001000100101011101101101010010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,45,80); }

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

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

 a { background-color: rgb(141,45,80); }

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

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

 span { border-color: rgb(141,45,80); }

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