#782304

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

Shades of Falu Red #782304

Tints of Falu Red #782304

Color information

#782304 (or 0x782304) is unknown color: approx Falu Red. HEX triplet: 78, 23 and 04. RGB value is (120,35,4). Sum of RGB (Red+Green+Blue) = 120+35+4=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #782304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782304 is #87DCFB. Grayscale: #393939. Windows color (decimal): -8903932 or 271224. OLE color: 271224.

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

Color convert

RGB120354-
CMYK00.710.970.53
HSL16.03º93.55%24.31%-
HSV(B)16.03º96.67%47.06%-
XYZ8.375.20.68-
YUV56.8898.16173.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75.47%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=75.47%
G=22.01%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12035400.710.970.5316.0393.5524.31
Hex782340476135105e18
Octal1704340107141652013630
Binary111100010001110001000111110000111010110000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782304; }

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

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

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

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

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

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

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

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