#881B19

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

Shades of Falu Red #881B19

Tints of Falu Red #881B19

Color information

#881B19 (or 0x881B19) is unknown color: approx Falu Red. HEX triplet: 88, 1B and 19. RGB value is (136,27,25). Sum of RGB (Red+Green+Blue) = 136+27+25=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #881B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881B19 is #77E4E6. Grayscale: #3B3B3B. Windows color (decimal): -7857383 or 1645448. OLE color: 1645448.

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

Color convert

RGB1362725-
CMYK00.800.820.47
HSL1.08º68.94%31.57%-
HSV(B)1.08º81.62%53.33%-
XYZ10.726.091.53-
YUV59.36108.61182.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 72.34%
GREEN value IS 27 (10.94% from 255) = 14.36%
BLUE value IS 25 (10.16% from 255) = 13.30%
R=72.34%
G=14.36%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136272500.800.820.471.0868.9431.57
Hex881B19050522F14520
Octal2103331012012257110540
Binary10001000110111100101010000101001010111111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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