#8E303A

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

Shades of Well Read #8E303A

Tints of Well Read #8E303A

Color information

#8E303A (or 0x8E303A) is unknown color: approx Well Read. HEX triplet: 8E, 30 and 3A. RGB value is (142,48,58). Sum of RGB (Red+Green+Blue) = 142+48+58=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E303A is #71CFC5. Grayscale: #4D4D4D. Windows color (decimal): -7458758 or 3813518. OLE color: 3813518.

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

Color convert

RGB1424858-
CMYK00.660.590.44
HSL353.62º49.47%37.25%-
HSV(B)353.62º66.2%55.69%-
XYZ12.988.174.9-
YUV77.25117.14174.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.26%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=57.26%
G=19.35%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142485800.660.590.44353.6249.4737.25
Hex8E303A0423B2C1623125
Octal2166072010273545426145
Binary1000111011000011101001000010111011101100101100010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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