Html Css Color HEX #892116 Falu Red

📋 copy color: '#892116'

red 137 ◦ green 33 ◦ blue 22

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

Shades of Falu Red #892116

Tints of Falu Red #892116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.19%

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

R = 71.35%
G = 17.19%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#892116 (or 0x892116) is known color: Falu Red. HEX triplet: 89, 21 and 16. RGB value is (137,33,22). Sum of RGB (Red+Green+Blue) = 137+33+22=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #892116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892116 is #76DEE9. Grayscale: #3E3E3E. Windows color (decimal): -7790314 or 1450377. OLE color: 1450377.

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

Color convert

RGB 137 33 22 -
CMYK 0 0.76 0.84 0.46
HSL 5.74º 0.72% 0.31% -
HSV(B) 5.74º 0.84% 0.54% -
XYZ 11.01 6.46 1.43 -
YUV 62.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 137 33 22 0 0.76 0.84 0.46 5.74 0.72 0.31
Hex 89 21 16 0 4C 54 2E 6 48 1F
Octal 211 41 26 0 114 124 56 6 110 37
Binary 10001001 100001 10110 0 1001100 1010100 101110 110 1001000 11111

Color Harmonies of #892116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892116

Black with #892116

Text Example


Text Example

White with #892116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892116; }

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

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

background-color css

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

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

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

border-color css

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

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

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