Html Css Color HEX #89250F Falu Red

📋 copy color: '#89250F'

red 137 ◦ green 37 ◦ blue 15

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

Shades of Falu Red #89250F

Tints of Falu Red #89250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.58%

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

R = 72.49%
G = 19.58%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89250F (or 0x89250F) is known color: Falu Red. HEX triplet: 89, 25 and 0F. RGB value is (137,37,15). Sum of RGB (Red+Green+Blue) = 137+37+15=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #89250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89250F is #76DAF0. Grayscale: #404040. Windows color (decimal): -7789297 or 992649. OLE color: 992649.

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

Color convert

RGB 137 37 15 -
CMYK 0 0.73 0.89 0.46
HSL 10.82º 0.8% 0.3% -
HSV(B) 10.82º 0.89% 0.54% -
XYZ 11.06 6.68 1.16 -
YUV 64.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 137 37 15 0 0.73 0.89 0.46 10.82 0.8 0.3
Hex 89 25 F 0 49 59 2E B 50 1E
Octal 211 45 17 0 111 131 56 13 120 36
Binary 10001001 100101 1111 0 1001001 1011001 101110 1011 1010000 11110

Color Harmonies of #89250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89250F

Black with #89250F

Text Example


Text Example

White with #89250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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