#89220D

Color #89220D Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #89220D

Tints of Falu Red #89220D

Color information

#89220D (or 0x89220D) is unknown color: approx Falu Red. HEX triplet: 89, 22 and 0D. RGB value is (137,34,13). Sum of RGB (Red+Green+Blue) = 137+34+13=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #89220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89220D is #76DDF2. Grayscale: #3E3E3E. Windows color (decimal): -7790067 or 860809. OLE color: 860809.

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

Color convert

RGB1373413-
CMYK00.750.910.46
HSL10.16º82.67%29.41%-
HSV(B)10.16º90.51%53.73%-
XYZ10.966.491.06-
YUV62.4100.12181.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 74.46%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 13 (5.47% from 255) = 7.07%
R=74.46%
G=18.48%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137341300.750.910.4610.1682.6729.41
Hex8922D04B5B2Ea531d
Octal21142150113133561212335
Binary1000100110001011010100101110110111011101010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89220D;
 }
 .AnyTagClassName
 {
   color: #89220D;
 }
</style>
background-color css

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

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

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

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

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

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