#8E3652

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

Shades of Disco #8E3652

Tints of Disco #8E3652

Color information

#8E3652 (or 0x8E3652) is unknown color: approx Disco. HEX triplet: 8E, 36 and 52. RGB value is (142,54,82). Sum of RGB (Red+Green+Blue) = 142+54+82=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3652 is #71C9AD. Grayscale: #535353. Windows color (decimal): -7457198 or 5387918. OLE color: 5387918.

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

Color convert

RGB1425482-
CMYK00.620.420.44
HSL340.91º44.9%38.43%-
HSV(B)340.91º61.97%55.69%-
XYZ1498.98-
YUV83.5127.15169.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 54 (21.48% from 255) = 19.42%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=51.08%
G=19.42%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142548200.620.420.44340.9144.938.43
Hex8E365203E2A2C1552d26
Octal2166612207652545255546
Binary1000111011011010100100111110101010101100101010101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,54,82); }

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

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

 a { background-color: rgb(142,54,82); }

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

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

 span { border-color: rgb(142,54,82); }

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