#8F4231

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

Shades of Fire #8F4231

Tints of Fire #8F4231

Color information

#8F4231 (or 0x8F4231) is unknown color: approx Fire. HEX triplet: 8F, 42 and 31. RGB value is (143,66,49). Sum of RGB (Red+Green+Blue) = 143+66+49=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4231 is #70BDCE. Grayscale: #575757. Windows color (decimal): -7388623 or 3228303. OLE color: 3228303.

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

Color convert

RGB1436649-
CMYK00.540.660.44
HSL10.85º48.96%37.65%-
HSV(B)10.85º65.73%56.08%-
XYZ13.839.964.1-
YUV87.08106.51167.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.43%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 49 (19.53% from 255) = 18.99%
R=55.43%
G=25.58%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143664900.540.660.4410.8548.9637.65
Hex8F4231036422Cb3126
Octal2171026106610254136146
Binary100011111000010110001011011010000101011001011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,66,49); }

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

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

 a { background-color: rgb(143,66,49); }

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

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

 span { border-color: rgb(143,66,49); }

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