Html Css Color HEX #89260B Falu Red

📋 copy color: '#89260B'

red 137 ◦ green 38 ◦ blue 11

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

Shades of Falu Red #89260B

Tints of Falu Red #89260B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.91%

R = 73.66%
G = 20.43%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#89260B (or 0x89260B) is known color: Falu Red. HEX triplet: 89, 26 and 0B. RGB value is (137,38,11). Sum of RGB (Red+Green+Blue) = 137+38+11=186 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.66% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 137 - color contains mainly: red. Hex color #89260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89260B is #76D9F4. Grayscale: #404040. Windows color (decimal): -7789045 or 730761. OLE color: 730761.

HSL color Cylindrical-coordinate representation of color #89260B: hue angle of 12.86º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89260B is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 38 11 -
CMYK 0 0.72 0.92 0.46
HSL 12.86º 0.85% 0.29% -
HSV(B) 12.86º 0.92% 0.54% -
XYZ 11.07 6.73 1.03 -
YUV 64.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 137 38 11 0 0.72 0.92 0.46 12.86 0.85 0.29
Hex 89 26 B 0 48 5C 2E D 55 1D
Octal 211 46 13 0 110 134 56 15 125 35
Binary 10001001 100110 1011 0 1001000 1011100 101110 1101 1010101 11101

Color Harmonies of #89260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89260B

Black with #89260B

Text Example


Text Example

White with #89260B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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