#782204

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

Shades of Falu Red #782204

Tints of Falu Red #782204

Color information

#782204 (or 0x782204) is unknown color: approx Falu Red. HEX triplet: 78, 22 and 04. RGB value is (120,34,4). Sum of RGB (Red+Green+Blue) = 120+34+4=158 (20% of max value = 765). Red value is 120 (47.27% from 255 or 75.95% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 120 - color contains mainly: red. Hex color #782204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782204 is #87DDFB. Grayscale: #383838. Windows color (decimal): -8904188 or 270968. OLE color: 270968.

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

Color convert

RGB120344-
CMYK00.720.970.53
HSL15.52º93.55%24.31%-
HSV(B)15.52º96.67%47.06%-
XYZ8.345.150.67-
YUV56.2998.49173.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75.95%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=75.95%
G=21.52%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12034400.720.970.5315.5293.5524.31
Hex782240486135105e18
Octal1704240110141652013630
Binary111100010001010001001000110000111010110000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782204; }

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

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

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

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

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

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

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

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