#881F14

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

Shades of Falu Red #881F14

Tints of Falu Red #881F14

Color information

#881F14 (or 0x881F14) is unknown color: approx Falu Red. HEX triplet: 88, 1F and 14. RGB value is (136,31,20). Sum of RGB (Red+Green+Blue) = 136+31+20=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #881F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881F14 is #77E0EB. Grayscale: #3D3D3D. Windows color (decimal): -7856364 or 1318792. OLE color: 1318792.

HSL color Cylindrical-coordinate representation of color #881F14: hue angle of 5.69º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881F14 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1363120-
CMYK00.770.850.47
HSL5.69º74.36%30.59%-
HSV(B)5.69º85.29%53.33%-
XYZ10.776.261.3-
YUV61.14104.79181.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 72.73%
GREEN value IS 31 (12.5% from 255) = 16.58%
BLUE value IS 20 (8.20% from 255) = 10.70%
R=72.73%
G=16.58%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136312000.770.850.475.6974.3630.59
Hex881F1404D552F64a1f
Octal2103724011512557611237
Binary100010001111110100010011011010101101111110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,31,20); }

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

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

 a { background-color: rgb(136,31,20); }

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

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

 span { border-color: rgb(136,31,20); }

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