#892D31

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

Shades of Flame Red #892D31

Tints of Flame Red #892D31

Color information

#892D31 (or 0x892D31) is unknown color: approx Flame Red. HEX triplet: 89, 2D and 31. RGB value is (137,45,49). Sum of RGB (Red+Green+Blue) = 137+45+49=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #892D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892D31 is #76D2CE. Grayscale: #494949. Windows color (decimal): -7787215 or 3222921. OLE color: 3222921.

HSL color Cylindrical-coordinate representation of color #892D31: hue angle of 357.39º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D31 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1374549-
CMYK00.670.640.46
HSL357.39º50.55%35.69%-
HSV(B)357.39º67.15%53.73%-
XYZ11.817.423.71-
YUV72.96114.48173.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.31%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=59.31%
G=19.48%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137454900.670.640.46357.3950.5535.69
Hex892D31043402E1653324
Octal21155610103100565456344
Binary10001001101101110001010000111000000101110101100101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892D31; }

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

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

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

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

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

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

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

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