Html Css Color HEX #891616 Falu Red

📋 copy color: '#891616'

red 137 ◦ green 22 ◦ blue 22

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

Shades of Falu Red #891616

Tints of Falu Red #891616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.15%

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

R = 75.69%
G = 12.15%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#891616 (or 0x891616) is known color: Falu Red. HEX triplet: 89, 16 and 16. RGB value is (137,22,22). Sum of RGB (Red+Green+Blue) = 137+22+22=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #891616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891616 is #76E9E9. Grayscale: #383838. Windows color (decimal): -7793130 or 1447561. OLE color: 1447561.

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

Color convert

RGB 137 22 22 -
CMYK 0 0.84 0.84 0.46
HSL 0.72% 0.31% -
HSV(B) 0.84% 0.54% -
XYZ 10.75 5.95 1.34 -
YUV 56.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 137 22 22 0 0.84 0.84 0.46 0 0.72 0.31
Hex 89 16 16 0 54 54 2E 0 48 1F
Octal 211 26 26 0 124 124 56 0 110 37
Binary 10001001 10110 10110 0 1010100 1010100 101110 0 1001000 11111

Color Harmonies of #891616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891616

Black with #891616

Text Example


Text Example

White with #891616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891616; }

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

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

background-color css

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

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

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

border-color css

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

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

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