Html Css Color HEX #89160F Falu Red

📋 copy color: '#89160F'

red 137 ◦ green 22 ◦ blue 15

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

Shades of Falu Red #89160F

Tints of Falu Red #89160F

RGB

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

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

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

R = 78.74%
G = 12.64%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89160F (or 0x89160F) is known color: Falu Red. HEX triplet: 89, 16 and 0F. RGB value is (137,22,15). Sum of RGB (Red+Green+Blue) = 137+22+15=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #89160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89160F is #76E9F0. Grayscale: #373737. Windows color (decimal): -7793137 or 988809. OLE color: 988809.

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

Color convert

RGB 137 22 15 -
CMYK 0 0.84 0.89 0.46
HSL 3.44º 0.8% 0.3% -
HSV(B) 3.44º 0.89% 0.54% -
XYZ 10.69 5.93 1.03 -
YUV 55.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 137 22 15 0 0.84 0.89 0.46 3.44 0.8 0.3
Hex 89 16 F 0 54 59 2E 3 50 1E
Octal 211 26 17 0 124 131 56 3 120 36
Binary 10001001 10110 1111 0 1010100 1011001 101110 11 1010000 11110

Color Harmonies of #89160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89160F

Black with #89160F

Text Example


Text Example

White with #89160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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