#8E3B3C

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

Shades of Well Read #8E3B3C

Tints of Well Read #8E3B3C

Color information

#8E3B3C (or 0x8E3B3C) is unknown color: approx Well Read. HEX triplet: 8E, 3B and 3C. RGB value is (142,59,60). Sum of RGB (Red+Green+Blue) = 142+59+60=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3B3C is #71C4C3. Grayscale: #545454. Windows color (decimal): -7455940 or 3947406. OLE color: 3947406.

HSL color Cylindrical-coordinate representation of color #8E3B3C: hue angle of 359.28º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E3B3C is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB1425960-
CMYK00.580.580.44
HSL359.28º41.29%39.41%-
HSV(B)359.28º58.45%55.69%-
XYZ13.539.25.34-
YUV83.93114.5169.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.41%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=54.41%
G=22.61%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142596000.580.580.44359.2841.2939.41
Hex8E3B3C03A3A2C1672927
Octal216737407272545475147
Binary100011101110111111000111010111010101100101100111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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