#8E353A

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

Shades of Well Read #8E353A

Tints of Well Read #8E353A

Color information

#8E353A (or 0x8E353A) is unknown color: approx Well Read. HEX triplet: 8E, 35 and 3A. RGB value is (142,53,58). Sum of RGB (Red+Green+Blue) = 142+53+58=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E353A is #71CAC5. Grayscale: #505050. Windows color (decimal): -7457478 or 3814798. OLE color: 3814798.

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

Color convert

RGB1425358-
CMYK00.630.590.44
HSL356.63º45.64%38.24%-
HSV(B)356.63º62.68%55.69%-
XYZ13.198.64.97-
YUV80.18115.49172.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.13%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=56.13%
G=20.95%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142535800.630.590.44356.6345.6438.24
Hex8E353A03F3B2C1652e26
Octal216657207773545455646
Binary100011101101011110100111111111011101100101100101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,53,58); }

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

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

 a { background-color: rgb(142,53,58); }

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

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

 span { border-color: rgb(142,53,58); }

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