#87220D

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

Shades of Falu Red #87220D

Tints of Falu Red #87220D

Color information

#87220D (or 0x87220D) is unknown color: approx Falu Red. HEX triplet: 87, 22 and 0D. RGB value is (135,34,13). Sum of RGB (Red+Green+Blue) = 135+34+13=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #87220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87220D is #78DDF2. Grayscale: #3D3D3D. Windows color (decimal): -7921139 or 860807. OLE color: 860807.

HSL color Cylindrical-coordinate representation of color #87220D: hue angle of 10.33º degrees, saturation: 0.82, 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 #87220D is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1353413-
CMYK00.750.900.47
HSL10.33º82.43%29.02%-
HSV(B)10.33º90.37%52.94%-
XYZ10.646.321.04-
YUV61.8100.46180.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.18%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 13 (5.47% from 255) = 7.14%
R=74.18%
G=18.68%
B=7.14%

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
Decimal135341300.750.900.4710.3382.4329.02
Hex8722D04B5A2Fa521d
Octal20742150113132571212235
Binary1000011110001011010100101110110101011111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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