Html Css Color HEX #89110E Falu Red

📋 copy color: '#89110E'

red 137 ◦ green 17 ◦ blue 14

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

Shades of Falu Red #89110E

Tints of Falu Red #89110E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.12%

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

R = 81.55%
G = 10.12%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#89110E (or 0x89110E) is known color: Falu Red. HEX triplet: 89, 11 and 0E. RGB value is (137,17,14). Sum of RGB (Red+Green+Blue) = 137+17+14=168 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.55% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 137 - color contains mainly: red. Hex color #89110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89110E is #76EEF1. Grayscale: #343434. Windows color (decimal): -7794418 or 921993. OLE color: 921993.

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

Color convert

RGB 137 17 14 -
CMYK 0 0.88 0.90 0.46
HSL 1.46º 0.81% 0.3% -
HSV(B) 1.46º 0.9% 0.54% -
XYZ 10.6 5.75 0.97 -
YUV 52.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 137 17 14 0 0.88 0.90 0.46 1.46 0.81 0.3
Hex 89 11 E 0 58 5A 2E 1 51 1E
Octal 211 21 16 0 130 132 56 1 121 36
Binary 10001001 10001 1110 0 1011000 1011010 101110 1 1010001 11110

Color Harmonies of #89110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89110E

Black with #89110E

Text Example


Text Example

White with #89110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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