#8C2E49

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

Shades of Disco #8C2E49

Tints of Disco #8C2E49

Color information

#8C2E49 (or 0x8C2E49) is unknown color: approx Disco. HEX triplet: 8C, 2E and 49. RGB value is (140,46,73). Sum of RGB (Red+Green+Blue) = 140+46+73=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2E49 is #73D1B6. Grayscale: #4D4D4D. Windows color (decimal): -7590327 or 4796044. OLE color: 4796044.

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

Color convert

RGB1404673-
CMYK00.670.480.45
HSL342.77º50.54%36.47%-
HSV(B)342.77º67.14%54.9%-
XYZ12.998.017.16-
YUV77.18125.64172.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.05%
GREEN value IS 46 (18.36% from 255) = 17.76%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=54.05%
G=17.76%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140467300.670.480.45342.7750.5436.47
Hex8C2E49043302D1573324
Octal21456111010360555276344
Binary10001100101110100100101000011110000101101101010111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,46,73); }

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

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

 a { background-color: rgb(140,46,73); }

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

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

 span { border-color: rgb(140,46,73); }

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