#8F472D

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

Shades of Fire #8F472D

Tints of Fire #8F472D

Color information

#8F472D (or 0x8F472D) is unknown color: approx Fire. HEX triplet: 8F, 47 and 2D. RGB value is (143,71,45). Sum of RGB (Red+Green+Blue) = 143+71+45=259 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.21% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 143 - color contains mainly: red. Hex color #8F472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F472D is #70B8D2. Grayscale: #595959. Windows color (decimal): -7387347 or 2967439. OLE color: 2967439.

HSL color Cylindrical-coordinate representation of color #8F472D: hue angle of 15.92º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F472D is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1437145-
CMYK00.500.690.44
HSL15.92º52.13%36.86%-
HSV(B)15.92º68.53%56.08%-
XYZ14.0510.543.78-
YUV89.56102.85166.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.21%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 45 (17.97% from 255) = 17.37%
R=55.21%
G=27.41%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143714500.500.690.4415.9252.1336.86
Hex8F472D032452C103425
Octal2171075506210554206445
Binary1000111110001111011010110010100010110110010000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,71,45); }

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

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

 a { background-color: rgb(143,71,45); }

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

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

 span { border-color: rgb(143,71,45); }

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