#8E3031

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

Shades of Old Brick #8E3031

Tints of Old Brick #8E3031

Color information

#8E3031 (or 0x8E3031) is unknown color: approx Old Brick. HEX triplet: 8E, 30 and 31. RGB value is (142,48,49). Sum of RGB (Red+Green+Blue) = 142+48+49=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3031 is #71CFCE. Grayscale: #4C4C4C. Windows color (decimal): -7458767 or 3223694. OLE color: 3223694.

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

Color convert

RGB1424849-
CMYK00.660.650.44
HSL359.36º49.47%37.25%-
HSV(B)359.36º66.2%55.69%-
XYZ12.778.093.79-
YUV76.22112.64174.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.41%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=59.41%
G=20.08%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142484900.660.650.44359.3649.4737.25
Hex8E3031042412C1673125
Octal21660610102101545476145
Binary10001110110000110001010000101000001101100101100111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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