#881F16

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

Shades of Falu Red #881F16

Tints of Falu Red #881F16

Color information

#881F16 (or 0x881F16) is unknown color: approx Falu Red. HEX triplet: 88, 1F and 16. RGB value is (136,31,22). Sum of RGB (Red+Green+Blue) = 136+31+22=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #881F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881F16 is #77E0E9. Grayscale: #3D3D3D. Windows color (decimal): -7856362 or 1449864. OLE color: 1449864.

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

Color convert

RGB1363122-
CMYK00.770.840.47
HSL4.74º72.15%30.98%-
HSV(B)4.74º83.82%53.33%-
XYZ10.796.271.4-
YUV61.37105.79181.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.96%
GREEN value IS 31 (12.5% from 255) = 16.40%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=71.96%
G=16.40%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136312200.770.840.474.7472.1530.98
Hex881F1604D542F5481f
Octal2103726011512457511037
Binary100010001111110110010011011010100101111101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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