#8E2547

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

Shades of Disco #8E2547

Tints of Disco #8E2547

Color information

#8E2547 (or 0x8E2547) is unknown color: approx Disco. HEX triplet: 8E, 25 and 47. RGB value is (142,37,71). Sum of RGB (Red+Green+Blue) = 142+37+71=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2547 is #71DAB8. Grayscale: #484848. Windows color (decimal): -7461561 or 4662670. OLE color: 4662670.

HSL color Cylindrical-coordinate representation of color #8E2547: hue angle of 340.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E2547 is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.44.

Color convert

RGB1423771-
CMYK00.740.50.44
HSL340.57º58.66%35.1%-
HSV(B)340.57º73.94%55.69%-
XYZ12.957.536.73-
YUV72.27127.29177.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.8%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 71 (28.12% from 255) = 28.4%
R=56.8%
G=14.8%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142377100.740.50.44340.5758.6635.1
Hex8E254704A322C1553b23
Octal21645107011262545257343
Binary10001110100101100011101001010110010101100101010101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,37,71); }

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

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

 a { background-color: rgb(142,37,71); }

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

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

 span { border-color: rgb(142,37,71); }

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