#8E363B

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

Shades of Well Read #8E363B

Tints of Well Read #8E363B

Color information

#8E363B (or 0x8E363B) is unknown color: approx Well Read. HEX triplet: 8E, 36 and 3B. RGB value is (142,54,59). Sum of RGB (Red+Green+Blue) = 142+54+59=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E363B is #71C9C4. Grayscale: #505050. Windows color (decimal): -7457221 or 3880590. OLE color: 3880590.

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

Color convert

RGB1425459-
CMYK00.620.580.44
HSL356.59º44.9%38.43%-
HSV(B)356.59º61.97%55.69%-
XYZ13.268.75.12-
YUV80.88115.65171.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.69%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=55.69%
G=21.18%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142545900.620.580.44356.5944.938.43
Hex8E363B03E3A2C1652d26
Octal216667307672545455546
Binary100011101101101110110111110111010101100101100101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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