#8D1E4C

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

Shades of Disco #8D1E4C

Tints of Disco #8D1E4C

Color information

#8D1E4C (or 0x8D1E4C) is unknown color: approx Disco. HEX triplet: 8D, 1E and 4C. RGB value is (141,30,76). Sum of RGB (Red+Green+Blue) = 141+30+76=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1E4C is #72E1B3. Grayscale: #444444. Windows color (decimal): -7528884 or 4988557. OLE color: 4988557.

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

Color convert

RGB1413076-
CMYK00.790.460.45
HSL335.14º64.91%33.53%-
HSV(B)335.14º78.72%55.29%-
XYZ12.757.117.54-
YUV68.43132.27179.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.09%
GREEN value IS 30 (12.11% from 255) = 12.15%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=57.09%
G=12.15%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141307600.790.460.45335.1464.9133.53
Hex8D1E4C04F2E2D14f4122
Octal215361140117565551710142
Binary10001101111101001100010011111011101011011010011111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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