#8C2D4C

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

Shades of Disco #8C2D4C

Tints of Disco #8C2D4C

Color information

#8C2D4C (or 0x8C2D4C) is unknown color: approx Disco. HEX triplet: 8C, 2D and 4C. RGB value is (140,45,76). Sum of RGB (Red+Green+Blue) = 140+45+76=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2D4C is #73D2B3. Grayscale: #4C4C4C. Windows color (decimal): -7590580 or 4992396. OLE color: 4992396.

HSL color Cylindrical-coordinate representation of color #8C2D4C: hue angle of 340.42º degrees, saturation: 0.51, 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 #8C2D4C is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1404576-
CMYK00.680.460.45
HSL340.42º51.35%36.27%-
HSV(B)340.42º67.86%54.9%-
XYZ13.067.977.69-
YUV76.94127.47172.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.64%
GREEN value IS 45 (17.97% from 255) = 17.24%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=53.64%
G=17.24%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140457600.680.460.45340.4251.3536.27
Hex8C2D4C0442E2D1543324
Octal21455114010456555246344
Binary10001100101101100110001000100101110101101101010100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,45,76); }

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

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

 a { background-color: rgb(140,45,76); }

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

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

 span { border-color: rgb(140,45,76); }

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