#892126

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

Shades of Flame Red #892126

Tints of Flame Red #892126

Color information

#892126 (or 0x892126) is unknown color: approx Flame Red. HEX triplet: 89, 21 and 26. RGB value is (137,33,38). Sum of RGB (Red+Green+Blue) = 137+33+38=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #892126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892126 is #76DED9. Grayscale: #404040. Windows color (decimal): -7790298 or 2498953. OLE color: 2498953.

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

Color convert

RGB1373338-
CMYK00.760.720.46
HSL357.12º61.18%33.33%-
HSV(B)357.12º75.91%53.73%-
XYZ11.216.552.51-
YUV64.67112.96179.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 65.87%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 38 (15.23% from 255) = 18.27%
R=65.87%
G=15.87%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137333800.760.720.46357.1261.1833.33
Hex89212604C482E1653d21
Octal21141460114110565457541
Binary10001001100001100110010011001001000101110101100101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892126; }

 p { color: rgb(137,33,38); }

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

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

 a { background-color: rgb(137,33,38); }

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

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

 span { border-color: rgb(137,33,38); }

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