#8E3134

Color #8E3134 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #8E3134

Tints of Old Brick #8E3134

Color information

#8E3134 (or 0x8E3134) is unknown color: approx Old Brick. HEX triplet: 8E, 31 and 34. RGB value is (142,49,52). Sum of RGB (Red+Green+Blue) = 142+49+52=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3134 is #71CECB. Grayscale: #4D4D4D. Windows color (decimal): -7458508 or 3420558. OLE color: 3420558.

HSL color Cylindrical-coordinate representation of color #8E3134: hue angle of 358.06º 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 #8E3134 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB1424952-
CMYK00.650.630.44
HSL358.06º48.69%37.45%-
HSV(B)358.06º65.49%55.69%-
XYZ12.878.24.15-
YUV77.15113.81174.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.44%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=58.44%
G=20.16%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142495200.650.630.44358.0648.6937.45
Hex8E31340413F2C1663125
Octal2166164010177545466145
Binary1000111011000111010001000001111111101100101100110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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