#8E2741

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

Shades of Disco #8E2741

Tints of Disco #8E2741

Color information

#8E2741 (or 0x8E2741) is unknown color: approx Disco. HEX triplet: 8E, 27 and 41. RGB value is (142,39,65). Sum of RGB (Red+Green+Blue) = 142+39+65=246 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.72% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2741 is #71D8BE. Grayscale: #484848. Windows color (decimal): -7461055 or 4269966. OLE color: 4269966.

HSL color Cylindrical-coordinate representation of color #8E2741: hue angle of 344.85º degrees, saturation: 0.57, 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 #8E2741 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB1423965-
CMYK00.730.540.44
HSL344.85º56.91%35.49%-
HSV(B)344.85º72.54%55.69%-
XYZ12.837.585.79-
YUV72.76123.62177.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.72%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=57.72%
G=15.85%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142396500.730.540.44344.8556.9135.49
Hex8E2741049362C1593923
Octal21647101011166545317143
Binary10001110100111100000101001001110110101100101011001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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