#8E4031

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

Shades of Fire #8E4031

Tints of Fire #8E4031

Color information

#8E4031 (or 0x8E4031) is unknown color: approx Fire. HEX triplet: 8E, 40 and 31. RGB value is (142,64,49). Sum of RGB (Red+Green+Blue) = 142+64+49=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4031 is #71BFCE. Grayscale: #555555. Windows color (decimal): -7454671 or 3227790. OLE color: 3227790.

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

Color convert

RGB1426449-
CMYK00.550.650.44
HSL9.68º48.69%37.45%-
HSV(B)9.68º65.49%55.69%-
XYZ13.549.644.05-
YUV85.61107.34168.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.69%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 49 (19.53% from 255) = 19.22%
R=55.69%
G=25.10%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142644900.550.650.449.6848.6937.45
Hex8E4031037412Ca3125
Octal2161006106710154126145
Binary100011101000000110001011011110000011011001010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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