#8E364F

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

Shades of Disco #8E364F

Tints of Disco #8E364F

Color information

#8E364F (or 0x8E364F) is unknown color: approx Disco. HEX triplet: 8E, 36 and 4F. RGB value is (142,54,79). Sum of RGB (Red+Green+Blue) = 142+54+79=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E364F is #71C9B0. Grayscale: #535353. Windows color (decimal): -7457201 or 5191310. OLE color: 5191310.

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

Color convert

RGB1425479-
CMYK00.620.440.44
HSL342.95º44.9%38.43%-
HSV(B)342.95º61.97%55.69%-
XYZ13.898.958.39-
YUV83.16125.65169.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.64%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 79 (31.25% from 255) = 28.73%
R=51.64%
G=19.64%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142547900.620.440.44342.9544.938.43
Hex8E364F03E2C2C1572d26
Octal2166611707654545275546
Binary1000111011011010011110111110101100101100101010111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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