Html Css Color HEX #891916 Falu Red

📋 copy color: '#891916'

red 137 ◦ green 25 ◦ blue 22

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

Shades of Falu Red #891916

Tints of Falu Red #891916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.96%

R = 74.46%
G = 13.59%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#891916 (or 0x891916) is known color: Falu Red. HEX triplet: 89, 19 and 16. RGB value is (137,25,22). Sum of RGB (Red+Green+Blue) = 137+25+22=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #891916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891916 is #76E6E9. Grayscale: #3A3A3A. Windows color (decimal): -7792362 or 1448329. OLE color: 1448329.

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

Color convert

RGB 137 25 22 -
CMYK 0 0.82 0.84 0.46
HSL 1.57º 0.72% 0.31% -
HSV(B) 1.57º 0.84% 0.54% -
XYZ 10.81 6.07 1.36 -
YUV 58.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 137 25 22 0 0.82 0.84 0.46 1.57 0.72 0.31
Hex 89 19 16 0 52 54 2E 2 48 1F
Octal 211 31 26 0 122 124 56 2 110 37
Binary 10001001 11001 10110 0 1010010 1010100 101110 10 1001000 11111

Color Harmonies of #891916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891916

Black with #891916

Text Example


Text Example

White with #891916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891916; }

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

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

background-color css

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

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

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

border-color css

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

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

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