#881C11

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

Shades of Falu Red #881C11

Tints of Falu Red #881C11

Color information

#881C11 (or 0x881C11) is unknown color: approx Falu Red. HEX triplet: 88, 1C and 11. RGB value is (136,28,17). Sum of RGB (Red+Green+Blue) = 136+28+17=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #881C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881C11 is #77E3EE. Grayscale: #3B3B3B. Windows color (decimal): -7857135 or 1121416. OLE color: 1121416.

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

Color convert

RGB1362817-
CMYK00.790.870.47
HSL5.55º77.78%30%-
HSV(B)5.55º87.5%53.33%-
XYZ10.676.111.15-
YUV59.04104.28182.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 75.14%
GREEN value IS 28 (11.33% from 255) = 15.47%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=75.14%
G=15.47%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136281700.790.870.475.5577.7830
Hex881C1104F572F64e1e
Octal2103421011712757611636
Binary100010001110010001010011111010111101111110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881C11; }

 p { color: rgb(136,28,17); }

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

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

 a { background-color: rgb(136,28,17); }

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

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

 span { border-color: rgb(136,28,17); }

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