#87210A

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

Shades of Falu Red #87210A

Tints of Falu Red #87210A

Color information

#87210A (or 0x87210A) is unknown color: approx Falu Red. HEX triplet: 87, 21 and 0A. RGB value is (135,33,10). Sum of RGB (Red+Green+Blue) = 135+33+10=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #87210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87210A is #78DEF5. Grayscale: #3D3D3D. Windows color (decimal): -7921398 or 663943. OLE color: 663943.

HSL color Cylindrical-coordinate representation of color #87210A: hue angle of 11.04º 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 #87210A is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1353310-
CMYK00.760.930.47
HSL11.04º86.21%28.43%-
HSV(B)11.04º92.59%52.94%-
XYZ10.596.260.94-
YUV60.8899.29180.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75.84%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 10 (4.30% from 255) = 5.62%
R=75.84%
G=18.54%
B=5.62%

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
Decimal135331000.760.930.4711.0486.2128.43
Hex8721A04C5D2Fb561c
Octal20741120114135571312634
Binary1000011110000110100100110010111011011111011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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