#782004

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

Shades of Falu Red #782004

Tints of Falu Red #782004

Color information

#782004 (or 0x782004) is unknown color: approx Falu Red. HEX triplet: 78, 20 and 04. RGB value is (120,32,4). Sum of RGB (Red+Green+Blue) = 120+32+4=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #782004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782004 is #87DFFB. Grayscale: #373737. Windows color (decimal): -8904700 or 270456. OLE color: 270456.

HSL color Cylindrical-coordinate representation of color #782004: hue angle of 14.48º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #782004 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB120324-
CMYK00.730.970.53
HSL14.48º93.55%24.31%-
HSV(B)14.48º96.67%47.06%-
XYZ8.285.030.65-
YUV55.1299.15174.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 76.92%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 4 (1.95% from 255) = 2.56%
R=76.92%
G=20.51%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12032400.730.970.5314.4893.5524.31
Hex782040496135e5e18
Octal1704040111141651613630
Binary11110001000001000100100111000011101011110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782004; }

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

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

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

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

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

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

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

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