#8E164A

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

Shades of Disco #8E164A

Tints of Disco #8E164A

Color information

#8E164A (or 0x8E164A) is unknown color: approx Disco. HEX triplet: 8E, 16 and 4A. RGB value is (142,22,74). Sum of RGB (Red+Green+Blue) = 142+22+74=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E164A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E164A is #71E9B5. Grayscale: #3F3F3F. Windows color (decimal): -7465398 or 4855438. OLE color: 4855438.

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

Color convert

RGB1422274-
CMYK00.850.480.44
HSL334º73.17%32.16%-
HSV(B)334º84.51%55.69%-
XYZ12.686.827.13-
YUV63.81133.76183.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.66%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=59.66%
G=9.24%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142227400.850.480.4433473.1732.16
Hex8E164A055302C14e4920
Octal216261120125605451611140
Binary10001110101101001010010101011100001011001010011101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,22,74); }

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

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

 a { background-color: rgb(142,22,74); }

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

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

 span { border-color: rgb(142,22,74); }

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