#782401

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

Shades of Falu Red #782401

Tints of Falu Red #782401

Color information

#782401 (or 0x782401) is unknown color: approx Falu Red. HEX triplet: 78, 24 and 01. RGB value is (120,36,1). Sum of RGB (Red+Green+Blue) = 120+36+1=157 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.43% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 120 - color contains mainly: red. Hex color #782401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782401 is #87DBFE. Grayscale: #393939. Windows color (decimal): -8903679 or 74872. OLE color: 74872.

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

Color convert

RGB120361-
CMYK00.70.990.53
HSL17.65º98.35%23.73%-
HSV(B)17.65º99.17%47.06%-
XYZ8.385.260.6-
YUV57.1396.33172.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 76.43%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=76.43%
G=22.93%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12036100.70.990.5317.6598.3523.73
Hex782410466335126218
Octal1704410106143652214230
Binary1111000100100101000110110001111010110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782401; }

 p { color: rgb(120,36,1); }

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

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

 a { background-color: rgb(120,36,1); }

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

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

 span { border-color: rgb(120,36,1); }

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