#8E3042

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

Shades of Well Read #8E3042

Tints of Well Read #8E3042

Color information

#8E3042 (or 0x8E3042) is unknown color: approx Well Read. HEX triplet: 8E, 30 and 42. RGB value is (142,48,66). Sum of RGB (Red+Green+Blue) = 142+48+66=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3042 is #71CFBD. Grayscale: #4E4E4E. Windows color (decimal): -7458750 or 4337806. OLE color: 4337806.

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

Color convert

RGB1424866-
CMYK00.660.540.44
HSL348.51º49.47%37.25%-
HSV(B)348.51º66.2%55.69%-
XYZ13.28.266.05-
YUV78.16121.14173.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.47%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 66 (26.17% from 255) = 25.78%
R=55.47%
G=18.75%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142486600.660.540.44348.5149.4737.25
Hex8E3042042362C15d3125
Octal21660102010266545356145
Binary10001110110000100001001000010110110101100101011101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,48,66); }

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

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

 a { background-color: rgb(142,48,66); }

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

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

 span { border-color: rgb(142,48,66); }

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