#882200

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

Shades of Falu Red #882200

Tints of Falu Red #882200

Color information

#882200 (or 0x882200) is unknown color: approx Falu Red. HEX triplet: 88, 22 and 00. RGB value is (136,34,0). Sum of RGB (Red+Green+Blue) = 136+34+0=170 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 136 - color contains mainly: red. Hex color #882200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882200 is #77DDFF. Grayscale: #3C3C3C. Windows color (decimal): -7855616 or 8840. OLE color: 8840.

HSL color Cylindrical-coordinate representation of color #882200: hue angle of 15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #882200 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB136340-
CMYK00.7510.47
HSL15º100%26.67%-
HSV(B)15º100%53.33%-
XYZ10.736.380.67-
YUV60.6293.79181.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 80%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 0 (0.39% from 255) = 0%
R=80%
G=20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13634000.7510.471510026.67
Hex8822004B642Ff641b
Octal2104200113144571714433
Binary1000100010001000100101111001001011111111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882200; }

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

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

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

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

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

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

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

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