#8E2E3D

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

Shades of Well Read #8E2E3D

Tints of Well Read #8E2E3D

Color information

#8E2E3D (or 0x8E2E3D) is unknown color: approx Well Read. HEX triplet: 8E, 2E and 3D. RGB value is (142,46,61). Sum of RGB (Red+Green+Blue) = 142+46+61=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2E3D is #71D1C2. Grayscale: #4C4C4C. Windows color (decimal): -7459267 or 4009614. OLE color: 4009614.

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

Color convert

RGB1424661-
CMYK00.680.570.44
HSL350.62º51.06%36.86%-
HSV(B)350.62º67.61%55.69%-
XYZ12.978.045.28-
YUV76.41119.3174.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.03%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 61 (24.22% from 255) = 24.50%
R=57.03%
G=18.47%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142466100.680.570.44350.6251.0636.86
Hex8E2E3D044392C15f3325
Octal2165675010471545376345
Binary1000111010111011110101000100111001101100101011111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,46,61); }

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

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

 a { background-color: rgb(142,46,61); }

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

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

 span { border-color: rgb(142,46,61); }

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