Html Css Color HEX #891816 Falu Red

📋 copy color: '#891816'

red 137 ◦ green 24 ◦ blue 22

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

Shades of Falu Red #891816

Tints of Falu Red #891816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.11%

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

R = 74.86%
G = 13.11%
B = 12.02%

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

#891816 (or 0x891816) is known color: Falu Red. HEX triplet: 89, 18 and 16. RGB value is (137,24,22). Sum of RGB (Red+Green+Blue) = 137+24+22=183 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.86% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 137 - color contains mainly: red. Hex color #891816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #891816 is #76E7E9. Grayscale: #393939. Windows color (decimal): -7792618 or 1448073. OLE color: 1448073.

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

Color convert

RGB 137 24 22 -
CMYK 0 0.82 0.84 0.46
HSL 1.04º 0.72% 0.31% -
HSV(B) 1.04º 0.84% 0.54% -
XYZ 10.79 6.03 1.35 -
YUV 57.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 137 24 22 0 0.82 0.84 0.46 1.04 0.72 0.31
Hex 89 18 16 0 52 54 2E 1 48 1F
Octal 211 30 26 0 122 124 56 1 110 37
Binary 10001001 11000 10110 0 1010010 1010100 101110 1 1001000 11111

Color Harmonies of #891816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891816

Black with #891816

Text Example


Text Example

White with #891816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891816; }

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

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

background-color css

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

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

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

border-color css

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

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

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