#891B1F

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

Shades of Flame Red #891B1F

Tints of Flame Red #891B1F

Color information

#891B1F (or 0x891B1F) is unknown color: approx Flame Red. HEX triplet: 89, 1B and 1F. RGB value is (137,27,31). Sum of RGB (Red+Green+Blue) = 137+27+31=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #891B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891B1F is #76E4E0. Grayscale: #3C3C3C. Windows color (decimal): -7791841 or 2038665. OLE color: 2038665.

HSL color Cylindrical-coordinate representation of color #891B1F: hue angle of 357.82º 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 #891B1F is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB1372731-
CMYK00.800.770.46
HSL357.82º67.07%32.16%-
HSV(B)357.82º80.29%53.73%-
XYZ10.966.21.92-
YUV60.35111.44182.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.26%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=70.26%
G=13.85%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137273100.800.770.46357.8267.0732.16
Hex891B1F0504D2E1664320
Octal211333701201155654610340
Binary1000100111011111110101000010011011011101011001101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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