#88220E

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

Shades of Falu Red #88220E

Tints of Falu Red #88220E

Color information

#88220E (or 0x88220E) is unknown color: approx Falu Red. HEX triplet: 88, 22 and 0E. RGB value is (136,34,14). Sum of RGB (Red+Green+Blue) = 136+34+14=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #88220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88220E is #77DDF1. Grayscale: #3E3E3E. Windows color (decimal): -7855602 or 926344. OLE color: 926344.

HSL color Cylindrical-coordinate representation of color #88220E: hue angle of 9.84º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88220E is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1363414-
CMYK00.750.900.47
HSL9.84º81.33%29.41%-
HSV(B)9.84º89.71%53.33%-
XYZ10.86.411.08-
YUV62.22100.79180.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 73.91%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 14 (5.86% from 255) = 7.61%
R=73.91%
G=18.48%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136341400.750.900.479.8481.3329.41
Hex8822E04B5A2Fa511d
Octal21042160113132571212135
Binary1000100010001011100100101110110101011111010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88220E; }

 p { color: rgb(136,34,14); }

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

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

 a { background-color: rgb(136,34,14); }

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

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

 span { border-color: rgb(136,34,14); }

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