#782220

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

Shades of Falu Red #782220

Tints of Falu Red #782220

Color information

#782220 (or 0x782220) is unknown color: approx Falu Red. HEX triplet: 78, 22 and 20. RGB value is (120,34,32). Sum of RGB (Red+Green+Blue) = 120+34+32=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #782220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782220 is #87DDDF. Grayscale: #3B3B3B. Windows color (decimal): -8904160 or 2105976. OLE color: 2105976.

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

Color convert

RGB1203432-
CMYK00.720.730.53
HSL1.36º57.89%29.8%-
HSV(B)1.36º73.33%47.06%-
XYZ8.585.241.93-
YUV59.49112.49171.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.52%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=64.52%
G=18.28%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120343200.720.730.531.3657.8929.8
Hex782220048493513a1e
Octal170424001101116517236
Binary1111000100010100000010010001001001110101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782220; }

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

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

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

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

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

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

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

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