Html Css Color HEX #89130F Falu Red

📋 copy color: '#89130F'

red 137 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #89130F

Tints of Falu Red #89130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 80.12%
G = 11.11%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89130F (or 0x89130F) is known color: Falu Red. HEX triplet: 89, 13 and 0F. RGB value is (137,19,15). Sum of RGB (Red+Green+Blue) = 137+19+15=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #89130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89130F is #76ECF0. Grayscale: #353535. Windows color (decimal): -7793905 or 988041. OLE color: 988041.

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

Color convert

RGB 137 19 15 -
CMYK 0 0.86 0.89 0.46
HSL 1.97º 0.8% 0.3% -
HSV(B) 1.97º 0.89% 0.54% -
XYZ 10.64 5.82 1.01 -
YUV 53.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 137 19 15 0 0.86 0.89 0.46 1.97 0.8 0.3
Hex 89 13 F 0 56 59 2E 2 50 1E
Octal 211 23 17 0 126 131 56 2 120 36
Binary 10001001 10011 1111 0 1010110 1011001 101110 10 1010000 11110

Color Harmonies of #89130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89130F

Black with #89130F

Text Example


Text Example

White with #89130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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