#8D3F29

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

Shades of Fire #8D3F29

Tints of Fire #8D3F29

Color information

#8D3F29 (or 0x8D3F29) is unknown color: approx Fire. HEX triplet: 8D, 3F and 29. RGB value is (141,63,41). Sum of RGB (Red+Green+Blue) = 141+63+41=245 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.55% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3F29 is #72C0D6. Grayscale: #535353. Windows color (decimal): -7520471 or 2703245. OLE color: 2703245.

HSL color Cylindrical-coordinate representation of color #8D3F29: hue angle of 13.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D3F29 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB1416341-
CMYK00.550.710.45
HSL13.2º54.95%35.69%-
HSV(B)13.2º70.92%55.29%-
XYZ13.169.383.21-
YUV83.81103.84168.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.55%
GREEN value IS 63 (25% from 255) = 25.71%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=57.55%
G=25.71%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141634100.550.710.4513.254.9535.69
Hex8D3F29037472Dd3724
Octal215775106710755156744
Binary10001101111111101001011011110001111011011101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,63,41); }

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

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

 a { background-color: rgb(141,63,41); }

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

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

 span { border-color: rgb(141,63,41); }

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