#87201B

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

Shades of Falu Red #87201B

Tints of Falu Red #87201B

Color information

#87201B (or 0x87201B) is unknown color: approx Falu Red. HEX triplet: 87, 20 and 1B. RGB value is (135,32,27). Sum of RGB (Red+Green+Blue) = 135+32+27=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #87201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87201B is #78DFE4. Grayscale: #3E3E3E. Windows color (decimal): -7921637 or 1777799. OLE color: 1777799.

HSL color Cylindrical-coordinate representation of color #87201B: hue angle of 2.78º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #87201B is Cyan = 0, Magento = 0.76, Yellow = 0.8 and Black (K on CMYK) = 0.47.

Color convert

RGB1353227-
CMYK00.760.80.47
HSL2.78º66.67%31.76%-
HSV(B)2.78º80%52.94%-
XYZ10.716.261.68-
YUV62.23108.12179.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.59%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=69.59%
G=16.49%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.8
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135322700.760.80.472.7866.6731.76
Hex87201B04C502F34320
Octal2074033011412057310340
Binary1000011110000011011010011001010000101111111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87201B; }

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

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

<style>
 a { background-color: #87201B; }

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

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

<style>
 span { border-color: #87201B; }

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

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