#8E3250

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

Shades of Disco #8E3250

Tints of Disco #8E3250

Color information

#8E3250 (or 0x8E3250) is unknown color: approx Disco. HEX triplet: 8E, 32 and 50. RGB value is (142,50,80). Sum of RGB (Red+Green+Blue) = 142+50+80=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3250 is #71CDAF. Grayscale: #505050. Windows color (decimal): -7458224 or 5255822. OLE color: 5255822.

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

Color convert

RGB1425080-
CMYK00.650.440.44
HSL340.43º47.92%37.65%-
HSV(B)340.43º64.79%55.69%-
XYZ13.748.618.53-
YUV80.93127.48171.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.21%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=52.21%
G=18.38%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142508000.650.440.44340.4347.9237.65
Hex8E32500412C2C1543026
Octal21662120010154545246046
Binary10001110110010101000001000001101100101100101010100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,50,80); }

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

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

 a { background-color: rgb(142,50,80); }

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

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

 span { border-color: rgb(142,50,80); }

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