#8E3236

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

Shades of Well Read #8E3236

Tints of Well Read #8E3236

Color information

#8E3236 (or 0x8E3236) is unknown color: approx Well Read. HEX triplet: 8E, 32 and 36. RGB value is (142,50,54). Sum of RGB (Red+Green+Blue) = 142+50+54=246 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.72% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3236 is #71CDC9. Grayscale: #4E4E4E. Windows color (decimal): -7458250 or 3551886. OLE color: 3551886.

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

Color convert

RGB1425054-
CMYK00.650.620.44
HSL357.39º47.92%37.65%-
HSV(B)357.39º64.79%55.69%-
XYZ12.968.34.41-
YUV77.96114.48173.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.72%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=57.72%
G=20.33%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142505400.650.620.44357.3947.9237.65
Hex8E32360413E2C1653026
Octal2166266010176545456046
Binary1000111011001011011001000001111110101100101100101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,50,54); }

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

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

 a { background-color: rgb(142,50,54); }

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

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

 span { border-color: rgb(142,50,54); }

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