Html Css Color HEX #891A16 Falu Red

📋 copy color: '#891A16'

red 137 ◦ green 26 ◦ blue 22

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

Shades of Falu Red #891A16

Tints of Falu Red #891A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.05%

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

R = 74.05%
G = 14.05%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#891A16 (or 0x891A16) is known color: Falu Red. HEX triplet: 89, 1A and 16. RGB value is (137,26,22). Sum of RGB (Red+Green+Blue) = 137+26+22=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #891A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891A16 is #76E5E9. Grayscale: #3A3A3A. Windows color (decimal): -7792106 or 1448585. OLE color: 1448585.

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

Color convert

RGB 137 26 22 -
CMYK 0 0.81 0.84 0.46
HSL 2.09º 0.72% 0.31% -
HSV(B) 2.09º 0.84% 0.54% -
XYZ 10.83 6.12 1.37 -
YUV 58.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 137 26 22 0 0.81 0.84 0.46 2.09 0.72 0.31
Hex 89 1A 16 0 51 54 2E 2 48 1F
Octal 211 32 26 0 121 124 56 2 110 37
Binary 10001001 11010 10110 0 1010001 1010100 101110 10 1001000 11111

Color Harmonies of #891A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891A16

Black with #891A16

Text Example


Text Example

White with #891A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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