#8E374F

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

Shades of Disco #8E374F

Tints of Disco #8E374F

Color information

#8E374F (or 0x8E374F) is unknown color: approx Disco. HEX triplet: 8E, 37 and 4F. RGB value is (142,55,79). Sum of RGB (Red+Green+Blue) = 142+55+79=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E374F is #71C8B0. Grayscale: #535353. Windows color (decimal): -7456945 or 5191566. OLE color: 5191566.

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

Color convert

RGB1425579-
CMYK00.610.440.44
HSL343.45º44.16%38.63%-
HSV(B)343.45º61.27%55.69%-
XYZ13.939.058.41-
YUV83.75125.32169.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 55 (21.88% from 255) = 19.93%
BLUE value IS 79 (31.25% from 255) = 28.62%
R=51.45%
G=19.93%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142557900.610.440.44343.4544.1638.63
Hex8E374F03D2C2C1572c27
Octal2166711707554545275447
Binary1000111011011110011110111101101100101100101010111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,55,79); }

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

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

 a { background-color: rgb(142,55,79); }

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

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

 span { border-color: rgb(142,55,79); }

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