Html Css Color HEX #89250D Falu Red

📋 copy color: '#89250D'

red 137 ◦ green 37 ◦ blue 13

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

Shades of Falu Red #89250D

Tints of Falu Red #89250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 73.26%
G = 19.79%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89250D (or 0x89250D) is known color: Falu Red. HEX triplet: 89, 25 and 0D. RGB value is (137,37,13). Sum of RGB (Red+Green+Blue) = 137+37+13=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #89250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89250D is #76DAF2. Grayscale: #404040. Windows color (decimal): -7789299 or 861577. OLE color: 861577.

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

Color convert

RGB 137 37 13 -
CMYK 0 0.73 0.91 0.46
HSL 11.61º 0.83% 0.29% -
HSV(B) 11.61º 0.91% 0.54% -
XYZ 11.05 6.67 1.09 -
YUV 64.16 99.13 179.95 -
System Red Green Blue C M Y K H S L
Decimal 137 37 13 0 0.73 0.91 0.46 11.61 0.83 0.29
Hex 89 25 D 0 49 5B 2E C 53 1D
Octal 211 45 15 0 111 133 56 14 123 35
Binary 10001001 100101 1101 0 1001001 1011011 101110 1100 1010011 11101

Color Harmonies of #89250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89250D

Black with #89250D

Text Example


Text Example

White with #89250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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