#8E2941

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

Shades of Disco #8E2941

Tints of Disco #8E2941

Color information

#8E2941 (or 0x8E2941) is unknown color: approx Disco. HEX triplet: 8E, 29 and 41. RGB value is (142,41,65). Sum of RGB (Red+Green+Blue) = 142+41+65=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2941 is #71D6BE. Grayscale: #494949. Windows color (decimal): -7460543 or 4270478. OLE color: 4270478.

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

Color convert

RGB1424165-
CMYK00.710.540.44
HSL345.74º55.19%35.88%-
HSV(B)345.74º71.13%55.69%-
XYZ12.97.725.81-
YUV73.94122.96176.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.26%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=57.26%
G=16.53%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142416500.710.540.44345.7455.1935.88
Hex8E2941047362C15a3724
Octal21651101010766545326744
Binary10001110101001100000101000111110110101100101011010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,41,65); }

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

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

 a { background-color: rgb(142,41,65); }

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

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

 span { border-color: rgb(142,41,65); }

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