Html Css Color HEX #892931 Flame Red

📋 copy color: '#892931'

red 137 ◦ green 41 ◦ blue 49

#892931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #892931

Tints of Flame Red #892931

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 value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#892931 (or 0x892931) is known color: 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

RGB 137 41 49 -
CMYK 0 0.70 0.64 0.46
HSL 355º 0.54% 0.35% -
HSV(B) 355º 0.7% 0.54% -
XYZ 11.66 7.13 3.67 -
YUV 70.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 137 41 49 0 0.70 0.64 0.46 355 0.54 0.35
Hex 89 29 31 0 46 40 2E 163 36 23
Octal 211 51 61 0 106 100 56 543 66 43
Binary 10001001 101001 110001 0 1000110 1000000 101110 101100011 110110 100011

Color Harmonies of #892931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892931

Black with #892931

Text Example


Text Example

White with #892931

Text Example


Text Example

HTML Codes & Css Web 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>