#8E3044

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

Shades of Disco #8E3044

Tints of Disco #8E3044

Color information

#8E3044 (or 0x8E3044) is unknown color: approx Disco. HEX triplet: 8E, 30 and 44. RGB value is (142,48,68). Sum of RGB (Red+Green+Blue) = 142+48+68=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3044 is #71CFBB. Grayscale: #4E4E4E. Windows color (decimal): -7458748 or 4468878. OLE color: 4468878.

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

Color convert

RGB1424868-
CMYK00.660.520.44
HSL347.23º49.47%37.25%-
HSV(B)347.23º66.2%55.69%-
XYZ13.268.286.37-
YUV78.39122.14173.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.04%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 68 (26.95% from 255) = 26.36%
R=55.04%
G=18.60%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142486800.660.520.44347.2349.4737.25
Hex8E3044042342C15b3125
Octal21660104010264545336145
Binary10001110110000100010001000010110100101100101011011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,48,68); }

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

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

 a { background-color: rgb(142,48,68); }

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

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

 span { border-color: rgb(142,48,68); }

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