#87220F

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

Shades of Falu Red #87220F

Tints of Falu Red #87220F

Color information

#87220F (or 0x87220F) is unknown color: approx Falu Red. HEX triplet: 87, 22 and 0F. RGB value is (135,34,15). Sum of RGB (Red+Green+Blue) = 135+34+15=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #87220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87220F is #78DDF0. Grayscale: #3E3E3E. Windows color (decimal): -7921137 or 991879. OLE color: 991879.

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

Color convert

RGB1353415-
CMYK00.750.890.47
HSL9.5º80%29.41%-
HSV(B)9.5º88.89%52.94%-
XYZ10.656.331.11-
YUV62.03101.46180.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 73.37%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=73.37%
G=18.48%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135341500.750.890.479.58029.41
Hex8722F04B592Fa501d
Octal20742170113131571212035
Binary1000011110001011110100101110110011011111010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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