Html Css Color HEX #891C09 Falu Red

📋 copy color: '#891C09'

red 137 ◦ green 28 ◦ blue 9

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

Shades of Falu Red #891C09

Tints of Falu Red #891C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.09%

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

R = 78.74%
G = 16.09%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#891C09 (or 0x891C09) is known color: Falu Red. HEX triplet: 89, 1C and 09. RGB value is (137,28,9). Sum of RGB (Red+Green+Blue) = 137+28+9=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #891C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891C09 is #76E3F6. Grayscale: #3A3A3A. Windows color (decimal): -7791607 or 597129. OLE color: 597129.

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

Color convert

RGB 137 28 9 -
CMYK 0 0.80 0.93 0.46
HSL 8.91º 0.88% 0.29% -
HSV(B) 8.91º 0.93% 0.54% -
XYZ 10.78 6.17 0.88 -
YUV 58.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 137 28 9 0 0.80 0.93 0.46 8.91 0.88 0.29
Hex 89 1C 9 0 50 5D 2E 9 58 1D
Octal 211 34 11 0 120 135 56 11 130 35
Binary 10001001 11100 1001 0 1010000 1011101 101110 1001 1011000 11101

Color Harmonies of #891C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891C09

Black with #891C09

Text Example


Text Example

White with #891C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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