#8E364E

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

Shades of Disco #8E364E

Tints of Disco #8E364E

Color information

#8E364E (or 0x8E364E) is unknown color: approx Disco. HEX triplet: 8E, 36 and 4E. RGB value is (142,54,78). Sum of RGB (Red+Green+Blue) = 142+54+78=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E364E is #71C9B1. Grayscale: #535353. Windows color (decimal): -7457202 or 5125774. OLE color: 5125774.

HSL color Cylindrical-coordinate representation of color #8E364E: hue angle of 343.64º 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 #8E364E is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB1425478-
CMYK00.620.450.44
HSL343.64º44.9%38.43%-
HSV(B)343.64º61.97%55.69%-
XYZ13.858.948.2-
YUV83.05125.15170.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.82%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=51.82%
G=19.71%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142547800.620.450.44343.6444.938.43
Hex8E364E03E2D2C1582d26
Octal2166611607655545305546
Binary1000111011011010011100111110101101101100101011000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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