#8e2348

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

Shades of Disco #8E2348

Tints of Disco #8E2348

Color information

#8E2348 (or 0x8E2348) is unknown color: approx Disco. HEX triplet: 8E, 23 and 48. RGB value is (142,35,72). Sum of RGB (Red+Green+Blue) = 142+35+72=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2348 is #71DCB7. Grayscale: #474747. Windows color (decimal): -7462072 or 4727694. OLE color: 4727694.

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

Color convert

RGB1423572-
CMYK00.750.490.44
HSL339.25º60.45%34.71%-
HSV(B)339.25º75.35%55.69%-
XYZ12.937.426.88-
YUV71.21128.45178.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.03%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=57.03%
G=14.06%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142357200.750.490.44339.2560.4534.71
Hex8E234804B312C1533c23
Octal21643110011361545237443
Binary10001110100011100100001001011110001101100101010011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e2348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,35,72); }

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

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

 a { background-color: rgb(142,35,72); }

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

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

 span { border-color: rgb(142,35,72); }

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