Html Css Color HEX #89140F Falu Red

📋 copy color: '#89140F'

red 137 ◦ green 20 ◦ blue 15

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

Shades of Falu Red #89140F

Tints of Falu Red #89140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.63%

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 79.65%
G = 11.63%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89140F (or 0x89140F) is known color: Falu Red. HEX triplet: 89, 14 and 0F. RGB value is (137,20,15). Sum of RGB (Red+Green+Blue) = 137+20+15=172 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.65% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 137 - color contains mainly: red. Hex color #89140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89140F is #76EBF0. Grayscale: #363636. Windows color (decimal): -7793649 or 988297. OLE color: 988297.

HSL color Cylindrical-coordinate representation of color #89140F: hue angle of 2.46º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89140F is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 15 -
CMYK 0 0.85 0.89 0.46
HSL 2.46º 0.8% 0.3% -
HSV(B) 2.46º 0.89% 0.54% -
XYZ 10.65 5.85 1.02 -
YUV 54.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 137 20 15 0 0.85 0.89 0.46 2.46 0.8 0.3
Hex 89 14 F 0 55 59 2E 2 50 1E
Octal 211 24 17 0 125 131 56 2 120 36
Binary 10001001 10100 1111 0 1010101 1011001 101110 10 1010000 11110

Color Harmonies of #89140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89140F

Black with #89140F

Text Example


Text Example

White with #89140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89140F; }

 p { color: rgb(137,20,15); }

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

background-color css

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

 a { background-color: rgb(137,20,15); }

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

border-color css

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

 span { border-color: rgb(137,20,15); }

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