#881606

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

Shades of Falu Red #881606

Tints of Falu Red #881606

Color information

#881606 (or 0x881606) is unknown color: approx Falu Red. HEX triplet: 88, 16 and 06. RGB value is (136,22,6). Sum of RGB (Red+Green+Blue) = 136+22+6=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #881606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881606 is #77E9F9. Grayscale: #363636. Windows color (decimal): -7858682 or 398984. OLE color: 398984.

HSL color Cylindrical-coordinate representation of color #881606: hue angle of 7.38º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #881606 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB136226-
CMYK00.840.960.47
HSL7.38º91.55%27.84%-
HSV(B)7.38º95.59%53.33%-
XYZ10.475.820.74-
YUV54.26100.77186.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 82.93%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 6 (2.73% from 255) = 3.66%
R=82.93%
G=13.41%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13622600.840.960.477.3891.5527.84
Hex88166054602F75c1c
Octal210266012414057713434
Binary1000100010110110010101001100000101111111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881606; }

 p { color: rgb(136,22,6); }

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

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

 a { background-color: rgb(136,22,6); }

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

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

 span { border-color: rgb(136,22,6); }

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