#87220E

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

Shades of Falu Red #87220E

Tints of Falu Red #87220E

Color information

#87220E (or 0x87220E) is unknown color: approx Falu Red. HEX triplet: 87, 22 and 0E. RGB value is (135,34,14). Sum of RGB (Red+Green+Blue) = 135+34+14=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #87220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87220E is #78DDF1. Grayscale: #3E3E3E. Windows color (decimal): -7921138 or 926343. OLE color: 926343.

HSL color Cylindrical-coordinate representation of color #87220E: hue angle of 9.92º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87220E is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1353414-
CMYK00.750.900.47
HSL9.92º81.21%29.22%-
HSV(B)9.92º89.63%52.94%-
XYZ10.646.331.08-
YUV61.92100.96180.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 73.77%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 14 (5.86% from 255) = 7.65%
R=73.77%
G=18.58%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135341400.750.900.479.9281.2129.22
Hex8722E04B5A2Fa511d
Octal20742160113132571212135
Binary1000011110001011100100101110110101011111010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87220E; }

 p { color: rgb(135,34,14); }

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

<style>
 a { background-color: #87220E; }

 a { background-color: rgb(135,34,14); }

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

<style>
 span { border-color: #87220E; }

 span { border-color: rgb(135,34,14); }

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