Html Css Color HEX #892629 Flame Red

📋 copy color: '#892629'

red 137 ◦ green 38 ◦ blue 41

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

Shades of Flame Red #892629

Tints of Flame Red #892629

RGB

 RED value IS 137 (53.91% from 255) = 63.43%

 GREEN value IS 38 (15.23% from 255) = 17.59%

 BLUE value IS 41 (16.41% from 255) = 18.98%

R = 63.43%
G = 17.59%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#892629 (or 0x892629) is known color: Flame Red. HEX triplet: 89, 26 and 29. RGB value is (137,38,41). Sum of RGB (Red+Green+Blue) = 137+38+41=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #892629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892629 is #76D9D6. Grayscale: #444444. Windows color (decimal): -7789015 or 2696841. OLE color: 2696841.

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

Color convert

RGB 137 38 41 -
CMYK 0 0.72 0.70 0.46
HSL 358.18º 0.57% 0.34% -
HSV(B) 358.18º 0.72% 0.54% -
XYZ 11.41 6.86 2.82 -
YUV 67.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 137 38 41 0 0.72 0.70 0.46 358.18 0.57 0.34
Hex 89 26 29 0 48 46 2E 166 39 22
Octal 211 46 51 0 110 106 56 546 71 42
Binary 10001001 100110 101001 0 1001000 1000110 101110 101100110 111001 100010

Color Harmonies of #892629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892629

Black with #892629

Text Example


Text Example

White with #892629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892629; }

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

 H1.HeaderClassName
 {
   color: #892629;
 }
 .AnyTagClassName
 {
   color: #892629;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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