#891F27

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

Shades of Flame Red #891F27

Tints of Flame Red #891F27

Color information

#891F27 (or 0x891F27) is unknown color: approx Flame Red. HEX triplet: 89, 1F and 27. RGB value is (137,31,39). Sum of RGB (Red+Green+Blue) = 137+31+39=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #891F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891F27 is #76E0D8. Grayscale: #3F3F3F. Windows color (decimal): -7790809 or 2563977. OLE color: 2563977.

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

Color convert

RGB1373139-
CMYK00.770.720.46
HSL355.47º63.1%32.94%-
HSV(B)355.47º77.37%53.73%-
XYZ11.176.442.57-
YUV63.61114.12180.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.18%
GREEN value IS 31 (12.5% from 255) = 14.98%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=66.18%
G=14.98%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137313900.770.720.46355.4763.132.94
Hex891F2704D482E1633f21
Octal21137470115110565437741
Binary1000100111111100111010011011001000101110101100011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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