#8E174A

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

Shades of Disco #8E174A

Tints of Disco #8E174A

Color information

#8E174A (or 0x8E174A) is unknown color: approx Disco. HEX triplet: 8E, 17 and 4A. RGB value is (142,23,74). Sum of RGB (Red+Green+Blue) = 142+23+74=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E174A is #71E8B5. Grayscale: #404040. Windows color (decimal): -7465142 or 4855694. OLE color: 4855694.

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

Color convert

RGB1422374-
CMYK00.840.480.44
HSL334.29º72.12%32.35%-
HSV(B)334.29º83.8%55.69%-
XYZ12.76.867.13-
YUV64.4133.42183.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.41%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=59.41%
G=9.62%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142237400.840.480.44334.2972.1232.35
Hex8E174A054302C14e4820
Octal216271120124605451611040
Binary10001110101111001010010101001100001011001010011101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E174A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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