#8E3342

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

Shades of Well Read #8E3342

Tints of Well Read #8E3342

Color information

#8E3342 (or 0x8E3342) is unknown color: approx Well Read. HEX triplet: 8E, 33 and 42. RGB value is (142,51,66). Sum of RGB (Red+Green+Blue) = 142+51+66=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3342 is #71CCBD. Grayscale: #4F4F4F. Windows color (decimal): -7457982 or 4338574. OLE color: 4338574.

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

Color convert

RGB1425166-
CMYK00.640.540.44
HSL350.11º47.15%37.84%-
HSV(B)350.11º64.08%55.69%-
XYZ13.328.516.1-
YUV79.92120.15172.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.83%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=54.83%
G=19.69%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142516600.640.540.44350.1147.1537.84
Hex8E3342040362C15e2f26
Octal21663102010066545365746
Binary10001110110011100001001000000110110101100101011110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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