#87200C

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

Shades of Falu Red #87200C

Tints of Falu Red #87200C

Color information

#87200C (or 0x87200C) is unknown color: approx Falu Red. HEX triplet: 87, 20 and 0C. RGB value is (135,32,12). Sum of RGB (Red+Green+Blue) = 135+32+12=179 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.42% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 135 - color contains mainly: red. Hex color #87200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87200C is #78DFF3. Grayscale: #3C3C3C. Windows color (decimal): -7921652 or 794759. OLE color: 794759.

HSL color Cylindrical-coordinate representation of color #87200C: hue angle of 9.76º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87200C is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1353212-
CMYK00.760.910.47
HSL9.76º83.67%28.82%-
HSV(B)9.76º91.11%52.94%-
XYZ10.576.210.99-
YUV60.52100.62181.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75.42%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=75.42%
G=17.88%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135321200.760.910.479.7683.6728.82
Hex8720C04C5B2Fa541d
Octal20740140114133571212435
Binary1000011110000011000100110010110111011111010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87200C; }

 p { color: rgb(135,32,12); }

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

<style>
 a { background-color: #87200C; }

 a { background-color: rgb(135,32,12); }

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

<style>
 span { border-color: #87200C; }

 span { border-color: rgb(135,32,12); }

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