#782214

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

Shades of Falu Red #782214

Tints of Falu Red #782214

Color information

#782214 (or 0x782214) is unknown color: approx Falu Red. HEX triplet: 78, 22 and 14. RGB value is (120,34,20). Sum of RGB (Red+Green+Blue) = 120+34+20=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #782214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782214 is #87DDEB. Grayscale: #3A3A3A. Windows color (decimal): -8904172 or 1319544. OLE color: 1319544.

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

Color convert

RGB1203420-
CMYK00.720.830.53
HSL8.4º71.43%27.45%-
HSV(B)8.4º83.33%47.06%-
XYZ8.445.191.22-
YUV58.12106.49172.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.97%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=68.97%
G=19.54%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120342000.720.830.538.471.4327.45
Hex78221404853358471b
Octal17042240110123651010733
Binary1111000100010101000100100010100111101011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782214; }

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

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

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

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

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

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

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

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