#882709

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

Shades of Falu Red #882709

Tints of Falu Red #882709

Color information

#882709 (or 0x882709) is unknown color: approx Falu Red. HEX triplet: 88, 27 and 09. RGB value is (136,39,9). Sum of RGB (Red+Green+Blue) = 136+39+9=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #882709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882709 is #77D8F6. Grayscale: #404040. Windows color (decimal): -7854327 or 599944. OLE color: 599944.

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

Color convert

RGB136399-
CMYK00.710.930.47
HSL14.17º87.59%28.43%-
HSV(B)14.17º93.38%53.33%-
XYZ10.936.710.98-
YUV64.5896.64178.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 73.91%
GREEN value IS 39 (15.62% from 255) = 21.20%
BLUE value IS 9 (3.91% from 255) = 4.89%
R=73.91%
G=21.20%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13639900.710.930.4714.1787.5928.43
Hex882790475D2Fe581c
Octal21047110107135571613034
Binary1000100010011110010100011110111011011111110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882709; }

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

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

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

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

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

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

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

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