#8E3039

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

Shades of Well Read #8E3039

Tints of Well Read #8E3039

Color information

#8E3039 (or 0x8E3039) is unknown color: approx Well Read. HEX triplet: 8E, 30 and 39. RGB value is (142,48,57). Sum of RGB (Red+Green+Blue) = 142+48+57=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3039 is #71CFC6. Grayscale: #4D4D4D. Windows color (decimal): -7458759 or 3747982. OLE color: 3747982.

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

Color convert

RGB1424857-
CMYK00.660.600.44
HSL354.26º49.47%37.25%-
HSV(B)354.26º66.2%55.69%-
XYZ12.958.164.76-
YUV77.13116.64174.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.49%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 57 (22.66% from 255) = 23.08%
R=57.49%
G=19.43%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142485700.660.600.44354.2649.4737.25
Hex8E30390423C2C1623125
Octal2166071010274545426145
Binary1000111011000011100101000010111100101100101100010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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