#881B09

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

Shades of Falu Red #881B09

Tints of Falu Red #881B09

Color information

#881B09 (or 0x881B09) is unknown color: approx Falu Red. HEX triplet: 88, 1B and 09. RGB value is (136,27,9). Sum of RGB (Red+Green+Blue) = 136+27+9=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #881B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881B09 is #77E4F6. Grayscale: #393939. Windows color (decimal): -7857399 or 596872. OLE color: 596872.

HSL color Cylindrical-coordinate representation of color #881B09: hue angle of 8.5º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #881B09 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB136279-
CMYK00.800.930.47
HSL8.5º87.59%28.43%-
HSV(B)8.5º93.38%53.33%-
XYZ10.596.040.87-
YUV57.54100.61183.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 79.07%
GREEN value IS 27 (10.94% from 255) = 15.70%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=79.07%
G=15.70%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13627900.800.930.478.587.5928.43
Hex881B90505D2F9581c
Octal21033110120135571113034
Binary100010001101110010101000010111011011111001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,27,9); }

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

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

 a { background-color: rgb(136,27,9); }

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

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

 span { border-color: rgb(136,27,9); }

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