Html Css Color HEX #89200F Falu Red

📋 copy color: '#89200F'

red 137 ◦ green 32 ◦ blue 15

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

Shades of Falu Red #89200F

Tints of Falu Red #89200F

RGB

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

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

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

R = 74.46%
G = 17.39%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89200F (or 0x89200F) is known color: Falu Red. HEX triplet: 89, 20 and 0F. RGB value is (137,32,15). Sum of RGB (Red+Green+Blue) = 137+32+15=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #89200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89200F is #76DFF0. Grayscale: #3D3D3D. Windows color (decimal): -7790577 or 991369. OLE color: 991369.

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

Color convert

RGB 137 32 15 -
CMYK 0 0.77 0.89 0.46
HSL 8.36º 0.8% 0.3% -
HSV(B) 8.36º 0.89% 0.54% -
XYZ 10.92 6.39 1.11 -
YUV 61.46 101.79 181.88 -
System Red Green Blue C M Y K H S L
Decimal 137 32 15 0 0.77 0.89 0.46 8.36 0.8 0.3
Hex 89 20 F 0 4D 59 2E 8 50 1E
Octal 211 40 17 0 115 131 56 10 120 36
Binary 10001001 100000 1111 0 1001101 1011001 101110 1000 1010000 11110

Color Harmonies of #89200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89200F

Black with #89200F

Text Example


Text Example

White with #89200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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