#881A0B

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

Shades of Falu Red #881A0B

Tints of Falu Red #881A0B

Color information

#881A0B (or 0x881A0B) is unknown color: approx Falu Red. HEX triplet: 88, 1A and 0B. RGB value is (136,26,11). Sum of RGB (Red+Green+Blue) = 136+26+11=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #881A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881A0B is #77E5F4. Grayscale: #393939. Windows color (decimal): -7857653 or 727688. OLE color: 727688.

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

Color convert

RGB1362611-
CMYK00.810.920.47
HSL7.2º85.03%28.82%-
HSV(B)7.2º91.91%53.33%-
XYZ10.5860.92-
YUV57.18101.94184.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 78.61%
GREEN value IS 26 (10.55% from 255) = 15.03%
BLUE value IS 11 (4.69% from 255) = 6.36%
R=78.61%
G=15.03%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136261100.810.920.477.285.0328.82
Hex881AB0515C2F7551d
Octal2103213012113457712535
Binary10001000110101011010100011011100101111111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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