#8D1D4C

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

Shades of Disco #8D1D4C

Tints of Disco #8D1D4C

Color information

#8D1D4C (or 0x8D1D4C) is unknown color: approx Disco. HEX triplet: 8D, 1D and 4C. RGB value is (141,29,76). Sum of RGB (Red+Green+Blue) = 141+29+76=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1D4C is #72E2B3. Grayscale: #434343. Windows color (decimal): -7529140 or 4988301. OLE color: 4988301.

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

Color convert

RGB1412976-
CMYK00.790.460.45
HSL334.82º65.88%33.33%-
HSV(B)334.82º79.43%55.29%-
XYZ12.737.067.53-
YUV67.85132.61180.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.32%
GREEN value IS 29 (11.72% from 255) = 11.79%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=57.32%
G=11.79%
B=30.89%

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
Decimal141297600.790.460.45334.8265.8833.33
Hex8D1D4C04F2E2D14f4221
Octal215351140117565551710241
Binary10001101111011001100010011111011101011011010011111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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