Html Css Color HEX #891309 Falu Red

📋 copy color: '#891309'

red 137 ◦ green 19 ◦ blue 9

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

Shades of Falu Red #891309

Tints of Falu Red #891309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.52%

 BLUE value IS 9 (3.91% from 255) = 5.45%

R = 83.03%
G = 11.52%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#891309 (or 0x891309) is known color: Falu Red. HEX triplet: 89, 13 and 09. RGB value is (137,19,9). Sum of RGB (Red+Green+Blue) = 137+19+9=165 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.03% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 137 - color contains mainly: red. Hex color #891309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891309 is #76ECF6. Grayscale: #353535. Windows color (decimal): -7793911 or 594825. OLE color: 594825.

HSL color Cylindrical-coordinate representation of color #891309: hue angle of 4.69º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #891309 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 9 -
CMYK 0 0.86 0.93 0.46
HSL 4.69º 0.88% 0.29% -
HSV(B) 4.69º 0.93% 0.54% -
XYZ 10.6 5.8 0.82 -
YUV 53.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 137 19 9 0 0.86 0.93 0.46 4.69 0.88 0.29
Hex 89 13 9 0 56 5D 2E 5 58 1D
Octal 211 23 11 0 126 135 56 5 130 35
Binary 10001001 10011 1001 0 1010110 1011101 101110 101 1011000 11101

Color Harmonies of #891309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891309

Black with #891309

Text Example


Text Example

White with #891309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891309; }

 p { color: rgb(137,19,9); }

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

background-color css

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

 a { background-color: rgb(137,19,9); }

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

border-color css

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

 span { border-color: rgb(137,19,9); }

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