#87200A

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

Shades of Falu Red #87200A

Tints of Falu Red #87200A

Color information

#87200A (or 0x87200A) is unknown color: approx Falu Red. HEX triplet: 87, 20 and 0A. RGB value is (135,32,10). Sum of RGB (Red+Green+Blue) = 135+32+10=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #87200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87200A is #78DFF5. Grayscale: #3C3C3C. Windows color (decimal): -7921654 or 663687. OLE color: 663687.

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

Color convert

RGB1353210-
CMYK00.760.930.47
HSL10.56º86.21%28.43%-
HSV(B)10.56º92.59%52.94%-
XYZ10.566.210.93-
YUV60.2999.62181.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 76.27%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 10 (4.30% from 255) = 5.65%
R=76.27%
G=18.08%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135321000.760.930.4710.5686.2128.43
Hex8720A04C5D2Fb561c
Octal20740120114135571312634
Binary1000011110000010100100110010111011011111011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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