#89161A

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

Shades of Flame Red #89161A

Tints of Flame Red #89161A

Color information

#89161A (or 0x89161A) is unknown color: approx Flame Red. HEX triplet: 89, 16 and 1A. RGB value is (137,22,26). Sum of RGB (Red+Green+Blue) = 137+22+26=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #89161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89161A is #76E9E5. Grayscale: #383838. Windows color (decimal): -7793126 or 1709705. OLE color: 1709705.

HSL color Cylindrical-coordinate representation of color #89161A: hue angle of 357.91º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #89161A is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB1372226-
CMYK00.840.810.46
HSL357.91º72.33%31.18%-
HSV(B)357.91º83.94%53.73%-
XYZ10.795.971.56-
YUV56.84110.6185.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.05%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=74.05%
G=11.89%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137222600.840.810.46357.9172.3331.18
Hex89161A054512E166481f
Octal211263201241215654611037
Binary100010011011011010010101001010001101110101100110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89161A; }

 p { color: rgb(137,22,26); }

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

<style>
 a { background-color: #89161A; }

 a { background-color: rgb(137,22,26); }

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

<style>
 span { border-color: #89161A; }

 span { border-color: rgb(137,22,26); }

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