Html Css Color HEX #89260C Falu Red

📋 copy color: '#89260C'

red 137 ◦ green 38 ◦ blue 12

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

Shades of Falu Red #89260C

Tints of Falu Red #89260C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.32%

 BLUE value IS 12 (5.08% from 255) = 6.42%

R = 73.26%
G = 20.32%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89260C (or 0x89260C) is known color: Falu Red. HEX triplet: 89, 26 and 0C. RGB value is (137,38,12). Sum of RGB (Red+Green+Blue) = 137+38+12=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #89260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89260C is #76D9F3. Grayscale: #404040. Windows color (decimal): -7789044 or 796297. OLE color: 796297.

HSL color Cylindrical-coordinate representation of color #89260C: hue angle of 12.48º degrees, saturation: 0.84, 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 #89260C is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 38 12 -
CMYK 0 0.72 0.91 0.46
HSL 12.48º 0.84% 0.29% -
HSV(B) 12.48º 0.91% 0.54% -
XYZ 11.08 6.73 1.06 -
YUV 64.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 137 38 12 0 0.72 0.91 0.46 12.48 0.84 0.29
Hex 89 26 C 0 48 5B 2E C 54 1D
Octal 211 46 14 0 110 133 56 14 124 35
Binary 10001001 100110 1100 0 1001000 1011011 101110 1100 1010100 11101

Color Harmonies of #89260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89260C

Black with #89260C

Text Example


Text Example

White with #89260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89260C; }

 p { color: rgb(137,38,12); }

 H1.HeaderClassName
 {
   color: #89260C;
 }
 .AnyTagClassName
 {
   color: #89260C;
 }
</style>

background-color css

<style>
 a { background-color: #89260C; }

 a { background-color: rgb(137,38,12); }

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

border-color css

<style>
 span { border-color: #89260C; }

 span { border-color: rgb(137,38,12); }

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