#882110

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

Shades of Falu Red #882110

Tints of Falu Red #882110

Color information

#882110 (or 0x882110) is unknown color: approx Falu Red. HEX triplet: 88, 21 and 10. RGB value is (136,33,16). Sum of RGB (Red+Green+Blue) = 136+33+16=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #882110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882110 is #77DEEF. Grayscale: #3E3E3E. Windows color (decimal): -7855856 or 1057160. OLE color: 1057160.

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

Color convert

RGB1363316-
CMYK00.760.880.47
HSL8.5º78.95%29.8%-
HSV(B)8.5º88.24%53.33%-
XYZ10.796.361.15-
YUV61.86102.12180.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 73.51%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=73.51%
G=17.84%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136331600.760.880.478.578.9529.8
Hex88211004C582F84f1e
Octal21041200114130571011736
Binary10001000100001100000100110010110001011111000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882110; }

 p { color: rgb(136,33,16); }

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

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

 a { background-color: rgb(136,33,16); }

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

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

 span { border-color: rgb(136,33,16); }

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