Html Css Color HEX #89200B Falu Red

📋 copy color: '#89200B'

red 137 ◦ green 32 ◦ blue 11

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

Shades of Falu Red #89200B

Tints of Falu Red #89200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

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

R = 76.11%
G = 17.78%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#89200B (or 0x89200B) is known color: Falu Red. HEX triplet: 89, 20 and 0B. RGB value is (137,32,11). Sum of RGB (Red+Green+Blue) = 137+32+11=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #89200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89200B is #76DFF4. Grayscale: #3D3D3D. Windows color (decimal): -7790581 or 729225. OLE color: 729225.

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

Color convert

RGB 137 32 11 -
CMYK 0 0.77 0.92 0.46
HSL 10º 0.85% 0.29% -
HSV(B) 10º 0.92% 0.54% -
XYZ 10.89 6.38 0.97 -
YUV 61 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 137 32 11 0 0.77 0.92 0.46 10 0.85 0.29
Hex 89 20 B 0 4D 5C 2E A 55 1D
Octal 211 40 13 0 115 134 56 12 125 35
Binary 10001001 100000 1011 0 1001101 1011100 101110 1010 1010101 11101

Color Harmonies of #89200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89200B

Black with #89200B

Text Example


Text Example

White with #89200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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