Html Css Color HEX #89260E Falu Red

📋 copy color: '#89260E'

red 137 ◦ green 38 ◦ blue 14

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

Shades of Falu Red #89260E

Tints of Falu Red #89260E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.41%

R = 72.49%
G = 20.11%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#89260E (or 0x89260E) is known color: Falu Red. HEX triplet: 89, 26 and 0E. RGB value is (137,38,14). Sum of RGB (Red+Green+Blue) = 137+38+14=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #89260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89260E is #76D9F1. Grayscale: #414141. Windows color (decimal): -7789042 or 927369. OLE color: 927369.

HSL color Cylindrical-coordinate representation of color #89260E: hue angle of 11.71º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89260E is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 38 14 -
CMYK 0 0.72 0.90 0.46
HSL 11.71º 0.81% 0.3% -
HSV(B) 11.71º 0.9% 0.54% -
XYZ 11.09 6.74 1.13 -
YUV 64.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 137 38 14 0 0.72 0.90 0.46 11.71 0.81 0.3
Hex 89 26 E 0 48 5A 2E C 51 1E
Octal 211 46 16 0 110 132 56 14 121 36
Binary 10001001 100110 1110 0 1001000 1011010 101110 1100 1010001 11110

Color Harmonies of #89260E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89260E

Black with #89260E

Text Example


Text Example

White with #89260E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89260E; }

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

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

background-color css

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

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

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

border-color css

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

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

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