#872411

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

Shades of Falu Red #872411

Tints of Falu Red #872411

Color information

#872411 (or 0x872411) is unknown color: approx Falu Red. HEX triplet: 87, 24 and 11. RGB value is (135,36,17). Sum of RGB (Red+Green+Blue) = 135+36+17=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #872411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872411 is #78DBEE. Grayscale: #3F3F3F. Windows color (decimal): -7920623 or 1123463. OLE color: 1123463.

HSL color Cylindrical-coordinate representation of color #872411: hue angle of 9.66º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #872411 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1353617-
CMYK00.730.870.47
HSL9.66º77.63%29.8%-
HSV(B)9.66º87.41%52.94%-
XYZ10.726.451.21-
YUV63.43101.8179.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.81%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 17 (7.03% from 255) = 9.04%
R=71.81%
G=19.15%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135361700.730.870.479.6677.6329.8
Hex872411049572Fa4e1e
Octal20744210111127571211636
Binary10000111100100100010100100110101111011111010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872411; }

 p { color: rgb(135,36,17); }

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

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

 a { background-color: rgb(135,36,17); }

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

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

 span { border-color: rgb(135,36,17); }

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