Html Css Color HEX #891904 Falu Red

📋 copy color: '#891904'

red 137 ◦ green 25 ◦ blue 4

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

Shades of Falu Red #891904

Tints of Falu Red #891904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.06%

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

R = 82.53%
G = 15.06%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#891904 (or 0x891904) is known color: Falu Red. HEX triplet: 89, 19 and 04. RGB value is (137,25,4). Sum of RGB (Red+Green+Blue) = 137+25+4=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #891904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891904 is #76E6FB. Grayscale: #383838. Windows color (decimal): -7792380 or 268681. OLE color: 268681.

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

Color convert

RGB 137 25 4 -
CMYK 0 0.82 0.97 0.46
HSL 9.47º 0.94% 0.28% -
HSV(B) 9.47º 0.97% 0.54% -
XYZ 10.69 6.02 0.71 -
YUV 56.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 137 25 4 0 0.82 0.97 0.46 9.47 0.94 0.28
Hex 89 19 4 0 52 61 2E 9 5E 1C
Octal 211 31 4 0 122 141 56 11 136 34
Binary 10001001 11001 100 0 1010010 1100001 101110 1001 1011110 11100

Color Harmonies of #891904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891904

Black with #891904

Text Example


Text Example

White with #891904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891904; }

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

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

background-color css

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

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

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

border-color css

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

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

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