#8E3639

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

Shades of Well Read #8E3639

Tints of Well Read #8E3639

Color information

#8E3639 (or 0x8E3639) is unknown color: approx Well Read. HEX triplet: 8E, 36 and 39. RGB value is (142,54,57). Sum of RGB (Red+Green+Blue) = 142+54+57=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3639 is #71C9C6. Grayscale: #505050. Windows color (decimal): -7457223 or 3749518. OLE color: 3749518.

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

Color convert

RGB1425457-
CMYK00.620.600.44
HSL357.95º44.9%38.43%-
HSV(B)357.95º61.97%55.69%-
XYZ13.218.684.85-
YUV80.65114.65171.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.13%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 57 (22.66% from 255) = 22.53%
R=56.13%
G=21.34%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142545700.620.600.44357.9544.938.43
Hex8E363903E3C2C1662d26
Octal216667107674545465546
Binary100011101101101110010111110111100101100101100110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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