Html Css Color HEX #891F09 Falu Red

📋 copy color: '#891F09'

red 137 ◦ green 31 ◦ blue 9

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

Shades of Falu Red #891F09

Tints of Falu Red #891F09

RGB

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

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

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

R = 77.4%
G = 17.51%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#891F09 (or 0x891F09) is known color: Falu Red. HEX triplet: 89, 1F and 09. RGB value is (137,31,9). Sum of RGB (Red+Green+Blue) = 137+31+9=177 (23% of max value = 765). Red value is 137 (53.91% from 255 or 77.40% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 137 - color contains mainly: red. Hex color #891F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891F09 is #76E0F6. Grayscale: #3C3C3C. Windows color (decimal): -7790839 or 597897. OLE color: 597897.

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

Color convert

RGB 137 31 9 -
CMYK 0 0.77 0.93 0.46
HSL 10.31º 0.88% 0.29% -
HSV(B) 10.31º 0.93% 0.54% -
XYZ 10.86 6.32 0.91 -
YUV 60.19 99.12 182.79 -
System Red Green Blue C M Y K H S L
Decimal 137 31 9 0 0.77 0.93 0.46 10.31 0.88 0.29
Hex 89 1F 9 0 4D 5D 2E A 58 1D
Octal 211 37 11 0 115 135 56 12 130 35
Binary 10001001 11111 1001 0 1001101 1011101 101110 1010 1011000 11101

Color Harmonies of #891F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891F09

Black with #891F09

Text Example


Text Example

White with #891F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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