#8E3141

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

Shades of Well Read #8E3141

Tints of Well Read #8E3141

Color information

#8E3141 (or 0x8E3141) is unknown color: approx Well Read. HEX triplet: 8E, 31 and 41. RGB value is (142,49,65). Sum of RGB (Red+Green+Blue) = 142+49+65=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3141 is #71CEBE. Grayscale: #4E4E4E. Windows color (decimal): -7458495 or 4272526. OLE color: 4272526.

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

Color convert

RGB1424965-
CMYK00.650.540.44
HSL349.68º48.69%37.45%-
HSV(B)349.68º65.49%55.69%-
XYZ13.218.335.91-
YUV78.63120.31173.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.47%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 65 (25.78% from 255) = 25.39%
R=55.47%
G=19.14%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142496500.650.540.44349.6848.6937.45
Hex8E3141041362C15e3125
Octal21661101010166545366145
Binary10001110110001100000101000001110110101100101011110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,49,65); }

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

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

 a { background-color: rgb(142,49,65); }

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

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

 span { border-color: rgb(142,49,65); }

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