#881916

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

Shades of Falu Red #881916

Tints of Falu Red #881916

Color information

#881916 (or 0x881916) is unknown color: approx Falu Red. HEX triplet: 88, 19 and 16. RGB value is (136,25,22). Sum of RGB (Red+Green+Blue) = 136+25+22=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #881916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881916 is #77E6E9. Grayscale: #393939. Windows color (decimal): -7857898 or 1448328. OLE color: 1448328.

HSL color Cylindrical-coordinate representation of color #881916: hue angle of 1.58º 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 #881916 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1362522-
CMYK00.820.840.47
HSL1.58º72.15%30.98%-
HSV(B)1.58º83.82%53.33%-
XYZ10.655.991.35-
YUV57.85107.77183.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 74.32%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=74.32%
G=13.66%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136252200.820.840.471.5872.1530.98
Hex881916052542F2481f
Octal2103126012212457211037
Binary10001000110011011001010010101010010111110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881916; }

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

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

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

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

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

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

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

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