#881a04

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

Shades of Falu Red #881A04

Tints of Falu Red #881A04

Color information

#881A04 (or 0x881A04) is unknown color: approx Falu Red. HEX triplet: 88, 1A and 04. RGB value is (136,26,4). Sum of RGB (Red+Green+Blue) = 136+26+4=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #881A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881A04 is #77E5FB. Grayscale: #383838. Windows color (decimal): -7857660 or 268936. OLE color: 268936.

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

Color convert

RGB136264-
CMYK00.810.970.47
HSL10º94.29%27.45%-
HSV(B)10º97.06%53.33%-
XYZ10.545.980.71-
YUV56.3898.44184.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 81.93%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=81.93%
G=15.66%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13626400.810.970.471094.2927.45
Hex881A4051612Fa5e1b
Octal2103240121141571213633
Binary10001000110101000101000111000011011111010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881a04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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