#87210B

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

Shades of Falu Red #87210B

Tints of Falu Red #87210B

Color information

#87210B (or 0x87210B) is unknown color: approx Falu Red. HEX triplet: 87, 21 and 0B. RGB value is (135,33,11). Sum of RGB (Red+Green+Blue) = 135+33+11=179 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.42% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 135 - color contains mainly: red. Hex color #87210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87210B is #78DEF4. Grayscale: #3D3D3D. Windows color (decimal): -7921397 or 729479. OLE color: 729479.

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

Color convert

RGB1353311-
CMYK00.760.920.47
HSL10.65º84.93%28.63%-
HSV(B)10.65º91.85%52.94%-
XYZ10.66.260.97-
YUV60.9999.79180.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75.42%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=75.42%
G=18.44%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135331100.760.920.4710.6584.9328.63
Hex8721B04C5C2Fb551d
Octal20741130114134571312535
Binary1000011110000110110100110010111001011111011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,33,11); }

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

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

 a { background-color: rgb(135,33,11); }

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

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

 span { border-color: rgb(135,33,11); }

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