Html Css Color HEX #89200C Falu Red

📋 copy color: '#89200C'

red 137 ◦ green 32 ◦ blue 12

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

Shades of Falu Red #89200C

Tints of Falu Red #89200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.63%

R = 75.69%
G = 17.68%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89200C (or 0x89200C) is known color: Falu Red. HEX triplet: 89, 20 and 0C. RGB value is (137,32,12). Sum of RGB (Red+Green+Blue) = 137+32+12=181 (23% of max value = 765). Red value is 137 (53.91% from 255 or 75.69% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 137 - color contains mainly: red. Hex color #89200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89200C is #76DFF3. Grayscale: #3D3D3D. Windows color (decimal): -7790580 or 794761. OLE color: 794761.

HSL color Cylindrical-coordinate representation of color #89200C: hue angle of 9.6º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89200C is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 32 12 -
CMYK 0 0.77 0.91 0.46
HSL 9.6º 0.84% 0.29% -
HSV(B) 9.6º 0.91% 0.54% -
XYZ 10.9 6.38 1 -
YUV 61.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 137 32 12 0 0.77 0.91 0.46 9.6 0.84 0.29
Hex 89 20 C 0 4D 5B 2E A 54 1D
Octal 211 40 14 0 115 133 56 12 124 35
Binary 10001001 100000 1100 0 1001101 1011011 101110 1010 1010100 11101

Color Harmonies of #89200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89200C

Black with #89200C

Text Example


Text Example

White with #89200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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