#89282C

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

Shades of Flame Red #89282C

Tints of Flame Red #89282C

Color information

#89282C (or 0x89282C) is unknown color: approx Flame Red. HEX triplet: 89, 28 and 2C. RGB value is (137,40,44). Sum of RGB (Red+Green+Blue) = 137+40+44=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #89282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89282C is #76D7D3. Grayscale: #454545. Windows color (decimal): -7788500 or 2893961. OLE color: 2893961.

HSL color Cylindrical-coordinate representation of color #89282C: hue angle of 357.53º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89282C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB1374044-
CMYK00.710.680.46
HSL357.53º54.8%34.71%-
HSV(B)357.53º70.8%53.73%-
XYZ11.537.023.13-
YUV69.46113.64176.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.99%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=61.99%
G=18.10%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137404400.710.680.46357.5354.834.71
Hex89282C047442E1663723
Octal21150540107104565466743
Binary10001001101000101100010001111000100101110101100110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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