#881D1A

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

Shades of Falu Red #881D1A

Tints of Falu Red #881D1A

Color information

#881D1A (or 0x881D1A) is unknown color: approx Falu Red. HEX triplet: 88, 1D and 1A. RGB value is (136,29,26). Sum of RGB (Red+Green+Blue) = 136+29+26=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #881D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881D1A is #77E2E5. Grayscale: #3C3C3C. Windows color (decimal): -7856870 or 1711496. OLE color: 1711496.

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

Color convert

RGB1362926-
CMYK00.790.810.47
HSL1.64º67.9%31.76%-
HSV(B)1.64º80.88%53.33%-
XYZ10.786.191.6-
YUV60.65108.45181.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.20%
GREEN value IS 29 (11.72% from 255) = 15.18%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=71.20%
G=15.18%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136292600.790.810.471.6467.931.76
Hex881D1A04F512F24420
Octal2103532011712157210440
Binary100010001110111010010011111010001101111101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,29,26); }

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

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

 a { background-color: rgb(136,29,26); }

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

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

 span { border-color: rgb(136,29,26); }

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