#78220D

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

Shades of Falu Red #78220D

Tints of Falu Red #78220D

Color information

#78220D (or 0x78220D) is unknown color: approx Falu Red. HEX triplet: 78, 22 and 0D. RGB value is (120,34,13). Sum of RGB (Red+Green+Blue) = 120+34+13=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78220D is #87DDF2. Grayscale: #393939. Windows color (decimal): -8904179 or 860792. OLE color: 860792.

HSL color Cylindrical-coordinate representation of color #78220D: hue angle of 11.78º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78220D is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1203413-
CMYK00.720.890.53
HSL11.78º80.45%26.08%-
HSV(B)11.78º89.17%47.06%-
XYZ8.395.170.94-
YUV57.32102.99172.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 34 (13.67% from 255) = 20.36%
BLUE value IS 13 (5.47% from 255) = 7.78%
R=71.86%
G=20.36%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120341300.720.890.5311.7880.4526.08
Hex7822D0485935c501a
Octal17042150110131651412032
Binary111100010001011010100100010110011101011100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78220D; }

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

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

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

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

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

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

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

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