#8E343D

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

Shades of Well Read #8E343D

Tints of Well Read #8E343D

Color information

#8E343D (or 0x8E343D) is unknown color: approx Well Read. HEX triplet: 8E, 34 and 3D. RGB value is (142,52,61). Sum of RGB (Red+Green+Blue) = 142+52+61=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E343D is #71CBC2. Grayscale: #4F4F4F. Windows color (decimal): -7457731 or 4011150. OLE color: 4011150.

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

Color convert

RGB1425261-
CMYK00.630.570.44
HSL354º46.39%38.04%-
HSV(B)354º63.38%55.69%-
XYZ13.238.545.37-
YUV79.94117.32172.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.69%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 61 (24.22% from 255) = 23.92%
R=55.69%
G=20.39%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142526100.630.570.4435446.3938.04
Hex8E343D03F392C1622e26
Octal216647507771545425646
Binary100011101101001111010111111111001101100101100010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,52,61); }

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

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

 a { background-color: rgb(142,52,61); }

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

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

 span { border-color: rgb(142,52,61); }

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