#782009

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

Shades of Falu Red #782009

Tints of Falu Red #782009

Color information

#782009 (or 0x782009) is unknown color: approx Falu Red. HEX triplet: 78, 20 and 09. RGB value is (120,32,9). Sum of RGB (Red+Green+Blue) = 120+32+9=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #782009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782009 is #87DFF6. Grayscale: #373737. Windows color (decimal): -8904695 or 598136. OLE color: 598136.

HSL color Cylindrical-coordinate representation of color #782009: hue angle of 12.43º 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 #782009 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB120329-
CMYK00.730.920.53
HSL12.43º86.05%25.29%-
HSV(B)12.43º92.5%47.06%-
XYZ8.315.050.79-
YUV55.69101.65173.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 74.53%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=74.53%
G=19.88%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12032900.730.920.5312.4386.0525.29
Hex782090495C35c5619
Octal17040110111134651412631
Binary111100010000010010100100110111001101011100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782009; }

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

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

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

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

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

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

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

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