Html Css Color HEX #89220F Falu Red

📋 copy color: '#89220F'

red 137 ◦ green 34 ◦ blue 15

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

Shades of Falu Red #89220F

Tints of Falu Red #89220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

 BLUE value IS 15 (6.25% from 255) = 8.06%

R = 73.66%
G = 18.28%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89220F (or 0x89220F) is known color: Falu Red. HEX triplet: 89, 22 and 0F. RGB value is (137,34,15). Sum of RGB (Red+Green+Blue) = 137+34+15=186 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.66% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 137 - color contains mainly: red. Hex color #89220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89220F is #76DDF0. Grayscale: #3E3E3E. Windows color (decimal): -7790065 or 991881. OLE color: 991881.

HSL color Cylindrical-coordinate representation of color #89220F: hue angle of 9.34º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89220F is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 34 15 -
CMYK 0 0.75 0.89 0.46
HSL 9.34º 0.8% 0.3% -
HSV(B) 9.34º 0.89% 0.54% -
XYZ 10.97 6.5 1.13 -
YUV 62.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 137 34 15 0 0.75 0.89 0.46 9.34 0.8 0.3
Hex 89 22 F 0 4B 59 2E 9 50 1E
Octal 211 42 17 0 113 131 56 11 120 36
Binary 10001001 100010 1111 0 1001011 1011001 101110 1001 1010000 11110

Color Harmonies of #89220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89220F

Black with #89220F

Text Example


Text Example

White with #89220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89220F; }

 p { color: rgb(137,34,15); }

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

background-color css

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

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

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

border-color css

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

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

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