Html Css Color HEX #89170F Falu Red

📋 copy color: '#89170F'

red 137 ◦ green 23 ◦ blue 15

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

Shades of Falu Red #89170F

Tints of Falu Red #89170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

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

R = 78.29%
G = 13.14%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89170F (or 0x89170F) is known color: Falu Red. HEX triplet: 89, 17 and 0F. RGB value is (137,23,15). Sum of RGB (Red+Green+Blue) = 137+23+15=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #89170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89170F is #76E8F0. Grayscale: #383838. Windows color (decimal): -7792881 or 989065. OLE color: 989065.

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

Color convert

RGB 137 23 15 -
CMYK 0 0.83 0.89 0.46
HSL 3.93º 0.8% 0.3% -
HSV(B) 3.93º 0.89% 0.54% -
XYZ 10.71 5.97 1.04 -
YUV 56.17 104.77 185.65 -
System Red Green Blue C M Y K H S L
Decimal 137 23 15 0 0.83 0.89 0.46 3.93 0.8 0.3
Hex 89 17 F 0 53 59 2E 4 50 1E
Octal 211 27 17 0 123 131 56 4 120 36
Binary 10001001 10111 1111 0 1010011 1011001 101110 100 1010000 11110

Color Harmonies of #89170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89170F

Black with #89170F

Text Example


Text Example

White with #89170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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