#782209

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

Shades of Falu Red #782209

Tints of Falu Red #782209

Color information

#782209 (or 0x782209) is unknown color: approx Falu Red. HEX triplet: 78, 22 and 09. RGB value is (120,34,9). Sum of RGB (Red+Green+Blue) = 120+34+9=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #782209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782209 is #87DDF6. Grayscale: #393939. Windows color (decimal): -8904183 or 598648. OLE color: 598648.

HSL color Cylindrical-coordinate representation of color #782209: hue angle of 13.51º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #782209 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB120349-
CMYK00.720.920.53
HSL13.51º86.05%25.29%-
HSV(B)13.51º92.5%47.06%-
XYZ8.375.160.81-
YUV56.86100.99173.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 73.62%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 9 (3.91% from 255) = 5.52%
R=73.62%
G=20.86%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12034900.720.920.5313.5186.0525.29
Hex782290485C35e5619
Octal17042110110134651612631
Binary111100010001010010100100010111001101011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782209; }

 p { color: rgb(120,34,9); }

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

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

 a { background-color: rgb(120,34,9); }

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

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

 span { border-color: rgb(120,34,9); }

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