#782001

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

Shades of Falu Red #782001

Tints of Falu Red #782001

Color information

#782001 (or 0x782001) is unknown color: approx Falu Red. HEX triplet: 78, 20 and 01. RGB value is (120,32,1). Sum of RGB (Red+Green+Blue) = 120+32+1=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #782001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782001 is #87DFFE. Grayscale: #363636. Windows color (decimal): -8904703 or 73848. OLE color: 73848.

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

Color convert

RGB120321-
CMYK00.730.990.53
HSL15.63º98.35%23.73%-
HSV(B)15.63º99.17%47.06%-
XYZ8.275.030.56-
YUV54.7897.65174.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 78.43%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=78.43%
G=20.92%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12032100.730.990.5315.6398.3523.73
Hex782010496335106218
Octal1704010111143652014230
Binary1111000100000101001001110001111010110000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782001; }

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

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

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

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

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

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

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

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