#8E254A

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

Shades of Disco #8E254A

Tints of Disco #8E254A

Color information

#8E254A (or 0x8E254A) is unknown color: approx Disco. HEX triplet: 8E, 25 and 4A. RGB value is (142,37,74). Sum of RGB (Red+Green+Blue) = 142+37+74=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E254A is #71DAB5. Grayscale: #484848. Windows color (decimal): -7461558 or 4859278. OLE color: 4859278.

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

Color convert

RGB1423774-
CMYK00.740.480.44
HSL338.86º58.66%35.1%-
HSV(B)338.86º73.94%55.69%-
XYZ13.057.577.25-
YUV72.61128.79177.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.13%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=56.13%
G=14.62%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142377400.740.480.44338.8658.6635.1
Hex8E254A04A302C1533b23
Octal21645112011260545237343
Binary10001110100101100101001001010110000101100101010011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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