Html Css Color HEX #89180E Falu Red

📋 copy color: '#89180E'

red 137 ◦ green 24 ◦ blue 14

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

Shades of Falu Red #89180E

Tints of Falu Red #89180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

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

R = 78.29%
G = 13.71%
B = 8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#89180E (or 0x89180E) is known color: Falu Red. HEX triplet: 89, 18 and 0E. RGB value is (137,24,14). Sum of RGB (Red+Green+Blue) = 137+24+14=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #89180E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89180E is #76E7F1. Grayscale: #383838. Windows color (decimal): -7792626 or 923785. OLE color: 923785.

HSL color Cylindrical-coordinate representation of color #89180E: hue angle of 4.88º 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 #89180E is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 24 14 -
CMYK 0 0.82 0.90 0.46
HSL 4.88º 0.81% 0.3% -
HSV(B) 4.88º 0.9% 0.54% -
XYZ 10.72 6 1.01 -
YUV 56.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 137 24 14 0 0.82 0.90 0.46 4.88 0.81 0.3
Hex 89 18 E 0 52 5A 2E 5 51 1E
Octal 211 30 16 0 122 132 56 5 121 36
Binary 10001001 11000 1110 0 1010010 1011010 101110 101 1010001 11110

Color Harmonies of #89180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89180E

Black with #89180E

Text Example


Text Example

White with #89180E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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