#893A29

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

Shades of Fire #893A29

Tints of Fire #893A29

Color information

#893A29 (or 0x893A29) is unknown color: approx Fire. HEX triplet: 89, 3A and 29. RGB value is (137,58,41). Sum of RGB (Red+Green+Blue) = 137+58+41=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #893A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893A29 is #76C5D6. Grayscale: #4F4F4F. Windows color (decimal): -7783895 or 2701961. OLE color: 2701961.

HSL color Cylindrical-coordinate representation of color #893A29: hue angle of 10.62º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893A29 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1375841-
CMYK00.580.700.46
HSL10.62º53.93%34.9%-
HSV(B)10.62º70.07%53.73%-
XYZ12.238.53.09-
YUV79.68106.17168.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 58 (23.05% from 255) = 24.58%
BLUE value IS 41 (16.41% from 255) = 17.37%
R=58.05%
G=24.58%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137584100.580.700.4610.6253.9334.9
Hex893A2903A462Eb3623
Octal211725107210656136643
Binary10001001111010101001011101010001101011101011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893A29; }

 p { color: rgb(137,58,41); }

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

<style>
 a { background-color: #893A29; }

 a { background-color: rgb(137,58,41); }

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

<style>
 span { border-color: #893A29; }

 span { border-color: rgb(137,58,41); }

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