#891F20

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

Shades of Flame Red #891F20

Tints of Flame Red #891F20

Color information

#891F20 (or 0x891F20) is unknown color: approx Flame Red. HEX triplet: 89, 1F and 20. RGB value is (137,31,32). Sum of RGB (Red+Green+Blue) = 137+31+32=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #891F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891F20 is #76E0DF. Grayscale: #3E3E3E. Windows color (decimal): -7790816 or 2105225. OLE color: 2105225.

HSL color Cylindrical-coordinate representation of color #891F20: hue angle of 359.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #891F20 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB1373132-
CMYK00.770.770.46
HSL359.43º63.1%32.94%-
HSV(B)359.43º77.37%53.73%-
XYZ11.076.42.02-
YUV62.81110.62180.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.5%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 32 (12.89% from 255) = 16%
R=68.5%
G=15.5%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137313200.770.770.46359.4363.132.94
Hex891F2004D4D2E1673f21
Octal21137400115115565477741
Binary1000100111111100000010011011001101101110101100111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891F20; }

 p { color: rgb(137,31,32); }

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

<style>
 a { background-color: #891F20; }

 a { background-color: rgb(137,31,32); }

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

<style>
 span { border-color: #891F20; }

 span { border-color: rgb(137,31,32); }

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