#881A00

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

Shades of Falu Red #881A00

Tints of Falu Red #881A00

Color information

#881A00 (or 0x881A00) is unknown color: approx Falu Red. HEX triplet: 88, 1A and 00. RGB value is (136,26,0). Sum of RGB (Red+Green+Blue) = 136+26+0=162 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.95% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 136 - color contains mainly: red. Hex color #881A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881A00 is #77E5FF. Grayscale: #383838. Windows color (decimal): -7857664 or 6792. OLE color: 6792.

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

Color convert

RGB136260-
CMYK00.8110.47
HSL11.47º100%26.67%-
HSV(B)11.47º100%53.33%-
XYZ10.525.970.6-
YUV55.9396.44185.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 83.95%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.95%
G=16.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13626000.8110.4711.4710026.67
Hex881A0051642Fb641b
Octal2103200121144571314433
Binary100010001101000101000111001001011111011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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