#87210C

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

Shades of Falu Red #87210C

Tints of Falu Red #87210C

Color information

#87210C (or 0x87210C) is unknown color: approx Falu Red. HEX triplet: 87, 21 and 0C. RGB value is (135,33,12). Sum of RGB (Red+Green+Blue) = 135+33+12=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #87210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87210C is #78DEF3. Grayscale: #3D3D3D. Windows color (decimal): -7921396 or 795015. OLE color: 795015.

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

Color convert

RGB1353312-
CMYK00.760.910.47
HSL10.24º83.67%28.82%-
HSV(B)10.24º91.11%52.94%-
XYZ10.66.271-
YUV61.1100.29180.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 12 (5.08% from 255) = 6.67%
R=75%
G=18.33%
B=6.67%

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
Decimal135331200.760.910.4710.2483.6728.82
Hex8721C04C5B2Fa541d
Octal20741140114133571212435
Binary1000011110000111000100110010110111011111010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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