#89262D

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

Shades of Flame Red #89262D

Tints of Flame Red #89262D

Color information

#89262D (or 0x89262D) is unknown color: approx Flame Red. HEX triplet: 89, 26 and 2D. RGB value is (137,38,45). Sum of RGB (Red+Green+Blue) = 137+38+45=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #89262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89262D is #76D9D2. Grayscale: #444444. Windows color (decimal): -7789011 or 2958985. OLE color: 2958985.

HSL color Cylindrical-coordinate representation of color #89262D: hue angle of 355.76º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89262D is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1373845-
CMYK00.720.670.46
HSL355.76º56.57%34.31%-
HSV(B)355.76º72.26%53.73%-
XYZ11.486.893.21-
YUV68.4114.8176.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.27%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 45 (17.97% from 255) = 20.45%
R=62.27%
G=17.27%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137384500.720.670.46355.7656.5734.31
Hex89262D048432E1643922
Octal21146550110103565447142
Binary10001001100110101101010010001000011101110101100100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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