#8E3349

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

Shades of Disco #8E3349

Tints of Disco #8E3349

Color information

#8E3349 (or 0x8E3349) is unknown color: approx Disco. HEX triplet: 8E, 33 and 49. RGB value is (142,51,73). Sum of RGB (Red+Green+Blue) = 142+51+73=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3349 is #71CCB6. Grayscale: #505050. Windows color (decimal): -7457975 or 4797326. OLE color: 4797326.

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

Color convert

RGB1425173-
CMYK00.640.490.44
HSL345.49º47.15%37.84%-
HSV(B)345.49º64.08%55.69%-
XYZ13.548.67.25-
YUV80.72123.65171.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.38%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=53.38%
G=19.17%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142517300.640.490.44345.4947.1537.84
Hex8E3349040312C1592f26
Octal21663111010061545315746
Binary10001110110011100100101000000110001101100101011001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,51,73); }

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

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

 a { background-color: rgb(142,51,73); }

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

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

 span { border-color: rgb(142,51,73); }

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