#8E363F

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

Shades of Well Read #8E363F

Tints of Well Read #8E363F

Color information

#8E363F (or 0x8E363F) is unknown color: approx Well Read. HEX triplet: 8E, 36 and 3F. RGB value is (142,54,63). Sum of RGB (Red+Green+Blue) = 142+54+63=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E363F is #71C9C0. Grayscale: #515151. Windows color (decimal): -7457217 or 4142734. OLE color: 4142734.

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

Color convert

RGB1425463-
CMYK00.620.560.44
HSL353.86º44.9%38.43%-
HSV(B)353.86º61.97%55.69%-
XYZ13.378.755.69-
YUV81.34117.65171.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.83%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 63 (25% from 255) = 24.32%
R=54.83%
G=20.85%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142546300.620.560.44353.8644.938.43
Hex8E363F03E382C1622d26
Octal216667707670545425546
Binary100011101101101111110111110111000101100101100010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,54,63); }

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

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

 a { background-color: rgb(142,54,63); }

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

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

 span { border-color: rgb(142,54,63); }

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