#8E264D

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

Shades of Disco #8E264D

Tints of Disco #8E264D

Color information

#8E264D (or 0x8E264D) is unknown color: approx Disco. HEX triplet: 8E, 26 and 4D. RGB value is (142,38,77). Sum of RGB (Red+Green+Blue) = 142+38+77=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E264D is #71D9B2. Grayscale: #494949. Windows color (decimal): -7461299 or 5056142. OLE color: 5056142.

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

Color convert

RGB1423877-
CMYK00.730.460.44
HSL337.5º57.78%35.29%-
HSV(B)337.5º73.24%55.69%-
XYZ13.197.677.81-
YUV73.54129.96176.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.25%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=55.25%
G=14.79%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142387700.730.460.44337.557.7835.29
Hex8E264D0492E2C1523a23
Octal21646115011156545227243
Binary10001110100110100110101001001101110101100101010010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,38,77); }

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

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

 a { background-color: rgb(142,38,77); }

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

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

 span { border-color: rgb(142,38,77); }

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