Html Css Color HEX #891F04 Falu Red

📋 copy color: '#891F04'

red 137 ◦ green 31 ◦ blue 4

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

Shades of Falu Red #891F04

Tints of Falu Red #891F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.33%

R = 79.65%
G = 18.02%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#891F04 (or 0x891F04) is known color: Falu Red. HEX triplet: 89, 1F and 04. RGB value is (137,31,4). Sum of RGB (Red+Green+Blue) = 137+31+4=172 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.65% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 137 - color contains mainly: red. Hex color #891F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891F04 is #76E0FB. Grayscale: #3B3B3B. Windows color (decimal): -7790844 or 270217. OLE color: 270217.

HSL color Cylindrical-coordinate representation of color #891F04: hue angle of 12.18º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #891F04 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 31 4 -
CMYK 0 0.77 0.97 0.46
HSL 12.18º 0.94% 0.28% -
HSV(B) 12.18º 0.97% 0.54% -
XYZ 10.83 6.31 0.76 -
YUV 59.62 96.62 183.2 -
System Red Green Blue C M Y K H S L
Decimal 137 31 4 0 0.77 0.97 0.46 12.18 0.94 0.28
Hex 89 1F 4 0 4D 61 2E C 5E 1C
Octal 211 37 4 0 115 141 56 14 136 34
Binary 10001001 11111 100 0 1001101 1100001 101110 1100 1011110 11100

Color Harmonies of #891F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891F04

Black with #891F04

Text Example


Text Example

White with #891F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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