Html Css Color HEX #891F0E Falu Red

📋 copy color: '#891F0E'

red 137 ◦ green 31 ◦ blue 14

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

Shades of Falu Red #891F0E

Tints of Falu Red #891F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.03%

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

R = 75.27%
G = 17.03%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#891F0E (or 0x891F0E) is known color: Falu Red. HEX triplet: 89, 1F and 0E. RGB value is (137,31,14). Sum of RGB (Red+Green+Blue) = 137+31+14=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #891F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891F0E is #76E0F1. Grayscale: #3C3C3C. Windows color (decimal): -7790834 or 925577. OLE color: 925577.

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

Color convert

RGB 137 31 14 -
CMYK 0 0.77 0.90 0.46
HSL 8.29º 0.81% 0.3% -
HSV(B) 8.29º 0.9% 0.54% -
XYZ 10.89 6.33 1.06 -
YUV 60.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 137 31 14 0 0.77 0.90 0.46 8.29 0.81 0.3
Hex 89 1F E 0 4D 5A 2E 8 51 1E
Octal 211 37 16 0 115 132 56 10 121 36
Binary 10001001 11111 1110 0 1001101 1011010 101110 1000 1010001 11110

Color Harmonies of #891F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891F0E

Black with #891F0E

Text Example


Text Example

White with #891F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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