Html Css Color HEX #89260A Falu Red

📋 copy color: '#89260A'

red 137 ◦ green 38 ◦ blue 10

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

Shades of Falu Red #89260A

Tints of Falu Red #89260A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.41%

R = 74.05%
G = 20.54%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#89260A (or 0x89260A) is known color: Falu Red. HEX triplet: 89, 26 and 0A. RGB value is (137,38,10). Sum of RGB (Red+Green+Blue) = 137+38+10=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #89260A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89260A is #76D9F5. Grayscale: #404040. Windows color (decimal): -7789046 or 665225. OLE color: 665225.

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

Color convert

RGB 137 38 10 -
CMYK 0 0.72 0.93 0.46
HSL 13.23º 0.86% 0.29% -
HSV(B) 13.23º 0.93% 0.54% -
XYZ 11.06 6.73 1 -
YUV 64.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 137 38 10 0 0.72 0.93 0.46 13.23 0.86 0.29
Hex 89 26 A 0 48 5D 2E D 56 1D
Octal 211 46 12 0 110 135 56 15 126 35
Binary 10001001 100110 1010 0 1001000 1011101 101110 1101 1010110 11101

Color Harmonies of #89260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89260A

Black with #89260A

Text Example


Text Example

White with #89260A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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