#893B29

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

Shades of Fire #893B29

Tints of Fire #893B29

Color information

#893B29 (or 0x893B29) is unknown color: approx Fire. HEX triplet: 89, 3B and 29. RGB value is (137,59,41). Sum of RGB (Red+Green+Blue) = 137+59+41=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #893B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B29 is #76C4D6. Grayscale: #505050. Windows color (decimal): -7783639 or 2702217. OLE color: 2702217.

HSL color Cylindrical-coordinate representation of color #893B29: hue angle of 11.25º 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 #893B29 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1375941-
CMYK00.570.700.46
HSL11.25º53.93%34.9%-
HSV(B)11.25º70.07%53.73%-
XYZ12.288.613.11-
YUV80.27105.84168.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.81%
GREEN value IS 59 (23.44% from 255) = 24.89%
BLUE value IS 41 (16.41% from 255) = 17.30%
R=57.81%
G=24.89%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137594100.570.700.4611.2553.9334.9
Hex893B29039462Eb3623
Octal211735107110656136643
Binary10001001111011101001011100110001101011101011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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