#892931

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

Shades of Flame Red #892931

Tints of Flame Red #892931

Color information

#892931 (or 0x892931) is unknown color: approx Flame Red. HEX triplet: 89, 29 and 31. RGB value is (137,41,49). Sum of RGB (Red+Green+Blue) = 137+41+49=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #892931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892931 is #76D6CE. Grayscale: #464646. Windows color (decimal): -7788239 or 3221897. OLE color: 3221897.

HSL color Cylindrical-coordinate representation of color #892931: hue angle of 355º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #892931 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1374149-
CMYK00.700.640.46
HSL355º53.93%34.9%-
HSV(B)355º70.07%53.73%-
XYZ11.667.133.67-
YUV70.62115.8175.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.35%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=60.35%
G=18.06%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137414900.700.640.4635553.9334.9
Hex892931046402E1633623
Octal21151610106100565436643
Binary10001001101001110001010001101000000101110101100011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892931; }

 p { color: rgb(137,41,49); }

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

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

 a { background-color: rgb(137,41,49); }

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

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

 span { border-color: rgb(137,41,49); }

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