#881E19

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

Shades of Falu Red #881E19

Tints of Falu Red #881E19

Color information

#881E19 (or 0x881E19) is unknown color: approx Falu Red. HEX triplet: 88, 1E and 19. RGB value is (136,30,25). Sum of RGB (Red+Green+Blue) = 136+30+25=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #881E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881E19 is #77E1E6. Grayscale: #3D3D3D. Windows color (decimal): -7856615 or 1646216. OLE color: 1646216.

HSL color Cylindrical-coordinate representation of color #881E19: hue angle of 2.7º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881E19 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1363025-
CMYK00.780.820.47
HSL2.7º68.94%31.57%-
HSV(B)2.7º81.62%53.33%-
XYZ10.796.231.55-
YUV61.12107.62181.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.20%
GREEN value IS 30 (12.11% from 255) = 15.71%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=71.20%
G=15.71%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136302500.780.820.472.768.9431.57
Hex881E1904E522F34520
Octal2103631011612257310540
Binary100010001111011001010011101010010101111111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,30,25); }

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

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

 a { background-color: rgb(136,30,25); }

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

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

 span { border-color: rgb(136,30,25); }

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