#89292C

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

Shades of Flame Red #89292C

Tints of Flame Red #89292C

Color information

#89292C (or 0x89292C) is unknown color: approx Flame Red. HEX triplet: 89, 29 and 2C. RGB value is (137,41,44). Sum of RGB (Red+Green+Blue) = 137+41+44=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #89292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89292C is #76D6D3. Grayscale: #464646. Windows color (decimal): -7788244 or 2894217. OLE color: 2894217.

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

Color convert

RGB1374144-
CMYK00.700.680.46
HSL358.12º53.93%34.9%-
HSV(B)358.12º70.07%53.73%-
XYZ11.567.093.14-
YUV70.05113.3175.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.71%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=61.71%
G=18.47%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137414400.700.680.46358.1253.9334.9
Hex89292C046442E1663623
Octal21151540106104565466643
Binary10001001101001101100010001101000100101110101100110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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