#891B22

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

Shades of Flame Red #891B22

Tints of Flame Red #891B22

Color information

#891B22 (or 0x891B22) is unknown color: approx Flame Red. HEX triplet: 89, 1B and 22. RGB value is (137,27,34). Sum of RGB (Red+Green+Blue) = 137+27+34=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #891B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891B22 is #76E4DD. Grayscale: #3C3C3C. Windows color (decimal): -7791838 or 2235273. OLE color: 2235273.

HSL color Cylindrical-coordinate representation of color #891B22: hue angle of 356.18º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891B22 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB1372734-
CMYK00.800.750.46
HSL356.18º67.07%32.16%-
HSV(B)356.18º80.29%53.73%-
XYZ116.222.13-
YUV60.69112.94182.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.19%
GREEN value IS 27 (10.94% from 255) = 13.64%
BLUE value IS 34 (13.67% from 255) = 17.17%
R=69.19%
G=13.64%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137273400.800.750.46356.1867.0732.16
Hex891B220504B2E1644320
Octal211334201201135654410340
Binary10001001110111000100101000010010111011101011001001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,27,34); }

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

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

 a { background-color: rgb(137,27,34); }

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

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

 span { border-color: rgb(137,27,34); }

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