Html Css Color HEX #89120B Falu Red

📋 copy color: '#89120B'

red 137 ◦ green 18 ◦ blue 11

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

Shades of Falu Red #89120B

Tints of Falu Red #89120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.84%

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

R = 82.53%
G = 10.84%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#89120B (or 0x89120B) is known color: Falu Red. HEX triplet: 89, 12 and 0B. RGB value is (137,18,11). Sum of RGB (Red+Green+Blue) = 137+18+11=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #89120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89120B is #76EDF4. Grayscale: #343434. Windows color (decimal): -7794165 or 725641. OLE color: 725641.

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

Color convert

RGB 137 18 11 -
CMYK 0 0.87 0.92 0.46
HSL 3.33º 0.85% 0.29% -
HSV(B) 3.33º 0.92% 0.54% -
XYZ 10.59 5.78 0.87 -
YUV 52.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 137 18 11 0 0.87 0.92 0.46 3.33 0.85 0.29
Hex 89 12 B 0 57 5C 2E 3 55 1D
Octal 211 22 13 0 127 134 56 3 125 35
Binary 10001001 10010 1011 0 1010111 1011100 101110 11 1010101 11101

Color Harmonies of #89120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89120B

Black with #89120B

Text Example


Text Example

White with #89120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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