#8E3233

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

Shades of Old Brick #8E3233

Tints of Old Brick #8E3233

Color information

#8E3233 (or 0x8E3233) is unknown color: approx Old Brick. HEX triplet: 8E, 32 and 33. RGB value is (142,50,51). Sum of RGB (Red+Green+Blue) = 142+50+51=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3233 is #71CDCC. Grayscale: #4D4D4D. Windows color (decimal): -7458253 or 3355278. OLE color: 3355278.

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

Color convert

RGB1425051-
CMYK00.650.640.44
HSL359.35º47.92%37.65%-
HSV(B)359.35º64.79%55.69%-
XYZ12.898.274.05-
YUV77.62112.98173.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.44%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 51 (20.31% from 255) = 20.99%
R=58.44%
G=20.58%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142505100.650.640.44359.3547.9237.65
Hex8E3233041402C1673026
Octal21662630101100545476046
Binary10001110110010110011010000011000000101100101100111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,50,51); }

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

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

 a { background-color: rgb(142,50,51); }

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

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

 span { border-color: rgb(142,50,51); }

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