#89292D

Color #89292D Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #89292D

Tints of Flame Red #89292D

Color information

#89292D (or 0x89292D) is unknown color: approx Flame Red. HEX triplet: 89, 29 and 2D. RGB value is (137,41,45). Sum of RGB (Red+Green+Blue) = 137+41+45=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #89292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89292D is #76D6D2. Grayscale: #464646. Windows color (decimal): -7788243 or 2959753. OLE color: 2959753.

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

Color convert

RGB1374145-
CMYK00.700.670.46
HSL357.5º53.93%34.9%-
HSV(B)357.5º70.07%53.73%-
XYZ11.587.093.24-
YUV70.16113.8175.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.43%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=61.43%
G=18.39%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137414500.700.670.46357.553.9334.9
Hex89292D046432E1663623
Octal21151550106103565466643
Binary10001001101001101101010001101000011101110101100110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89292D; }

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

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

<style>
 a { background-color: #89292D; }

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

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

<style>
 span { border-color: #89292D; }

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

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