Html Css Color HEX #891912 Falu Red

📋 copy color: '#891912'

red 137 ◦ green 25 ◦ blue 18

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

Shades of Falu Red #891912

Tints of Falu Red #891912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10%

R = 76.11%
G = 13.89%
B = 10%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#891912 (or 0x891912) is known color: Falu Red. HEX triplet: 89, 19 and 12. RGB value is (137,25,18). Sum of RGB (Red+Green+Blue) = 137+25+18=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #891912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891912 is #76E6ED. Grayscale: #393939. Windows color (decimal): -7792366 or 1186185. OLE color: 1186185.

HSL color Cylindrical-coordinate representation of color #891912: hue angle of 3.53º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891912 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 25 18 -
CMYK 0 0.82 0.87 0.46
HSL 3.53º 0.77% 0.3% -
HSV(B) 3.53º 0.87% 0.54% -
XYZ 10.77 6.06 1.17 -
YUV 57.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 137 25 18 0 0.82 0.87 0.46 3.53 0.77 0.3
Hex 89 19 12 0 52 57 2E 4 4D 1E
Octal 211 31 22 0 122 127 56 4 115 36
Binary 10001001 11001 10010 0 1010010 1010111 101110 100 1001101 11110

Color Harmonies of #891912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891912

Black with #891912

Text Example


Text Example

White with #891912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891912; }

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

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

background-color css

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

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

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

border-color css

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

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

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