Html Css Color HEX #89220B Falu Red

📋 copy color: '#89220B'

red 137 ◦ green 34 ◦ blue 11

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

Shades of Falu Red #89220B

Tints of Falu Red #89220B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.04%

R = 75.27%
G = 18.68%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#89220B (or 0x89220B) is known color: Falu Red. HEX triplet: 89, 22 and 0B. RGB value is (137,34,11). Sum of RGB (Red+Green+Blue) = 137+34+11=182 (24% of max value = 765). Red value is 137 (53.91% from 255 or 75.27% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 137 - color contains mainly: red. Hex color #89220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89220B is #76DDF4. Grayscale: #3E3E3E. Windows color (decimal): -7790069 or 729737. OLE color: 729737.

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

Color convert

RGB 137 34 11 -
CMYK 0 0.75 0.92 0.46
HSL 10.95º 0.85% 0.29% -
HSV(B) 10.95º 0.92% 0.54% -
XYZ 10.95 6.49 0.99 -
YUV 62.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 137 34 11 0 0.75 0.92 0.46 10.95 0.85 0.29
Hex 89 22 B 0 4B 5C 2E B 55 1D
Octal 211 42 13 0 113 134 56 13 125 35
Binary 10001001 100010 1011 0 1001011 1011100 101110 1011 1010101 11101

Color Harmonies of #89220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89220B

Black with #89220B

Text Example


Text Example

White with #89220B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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