Html Css Color HEX #89160C Falu Red

📋 copy color: '#89160C'

red 137 ◦ green 22 ◦ blue 12

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

Shades of Falu Red #89160C

Tints of Falu Red #89160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.87%

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

R = 80.12%
G = 12.87%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89160C (or 0x89160C) is known color: Falu Red. HEX triplet: 89, 16 and 0C. RGB value is (137,22,12). Sum of RGB (Red+Green+Blue) = 137+22+12=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #89160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89160C is #76E9F3. Grayscale: #373737. Windows color (decimal): -7793140 or 792201. OLE color: 792201.

HSL color Cylindrical-coordinate representation of color #89160C: hue angle of 4.8º 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 #89160C is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 22 12 -
CMYK 0 0.84 0.91 0.46
HSL 4.8º 0.84% 0.29% -
HSV(B) 4.8º 0.91% 0.54% -
XYZ 10.67 5.92 0.93 -
YUV 55.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 137 22 12 0 0.84 0.91 0.46 4.8 0.84 0.29
Hex 89 16 C 0 54 5B 2E 5 54 1D
Octal 211 26 14 0 124 133 56 5 124 35
Binary 10001001 10110 1100 0 1010100 1011011 101110 101 1010100 11101

Color Harmonies of #89160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89160C

Black with #89160C

Text Example


Text Example

White with #89160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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