#882009

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

Shades of Falu Red #882009

Tints of Falu Red #882009

Color information

#882009 (or 0x882009) is unknown color: approx Falu Red. HEX triplet: 88, 20 and 09. RGB value is (136,32,9). Sum of RGB (Red+Green+Blue) = 136+32+9=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #882009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882009 is #77DFF6. Grayscale: #3C3C3C. Windows color (decimal): -7856119 or 598152. OLE color: 598152.

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

Color convert

RGB136329-
CMYK00.760.930.47
HSL10.87º87.59%28.43%-
HSV(B)10.87º93.38%53.33%-
XYZ10.726.290.91-
YUV60.4798.96181.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 76.84%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 9 (3.91% from 255) = 5.08%
R=76.84%
G=18.08%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13632900.760.930.4710.8787.5928.43
Hex8820904C5D2Fb581c
Octal21040110114135571313034
Binary1000100010000010010100110010111011011111011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882009; }

 p { color: rgb(136,32,9); }

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

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

 a { background-color: rgb(136,32,9); }

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

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

 span { border-color: rgb(136,32,9); }

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