#881C0F

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

Shades of Falu Red #881C0F

Tints of Falu Red #881C0F

Color information

#881C0F (or 0x881C0F) is unknown color: approx Falu Red. HEX triplet: 88, 1C and 0F. RGB value is (136,28,15). Sum of RGB (Red+Green+Blue) = 136+28+15=179 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.98% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 136 - color contains mainly: red. Hex color #881C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881C0F is #77E3F0. Grayscale: #3A3A3A. Windows color (decimal): -7857137 or 990344. OLE color: 990344.

HSL color Cylindrical-coordinate representation of color #881C0F: hue angle of 6.45º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #881C0F is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1362815-
CMYK00.790.890.47
HSL6.45º80.13%29.61%-
HSV(B)6.45º88.97%53.33%-
XYZ10.656.11.07-
YUV58.81103.28183.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 75.98%
GREEN value IS 28 (11.33% from 255) = 15.64%
BLUE value IS 15 (6.25% from 255) = 8.38%
R=75.98%
G=15.64%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136281500.790.890.476.4580.1329.61
Hex881CF04F592F6501e
Octal2103417011713157612036
Binary10001000111001111010011111011001101111110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,28,15); }

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

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

 a { background-color: rgb(136,28,15); }

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

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

 span { border-color: rgb(136,28,15); }

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