#78201D

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

Shades of Falu Red #78201D

Tints of Falu Red #78201D

Color information

#78201D (or 0x78201D) is unknown color: approx Falu Red. HEX triplet: 78, 20 and 1D. RGB value is (120,32,29). Sum of RGB (Red+Green+Blue) = 120+32+29=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #78201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78201D is #87DFE2. Grayscale: #3A3A3A. Windows color (decimal): -8904675 or 1908856. OLE color: 1908856.

HSL color Cylindrical-coordinate representation of color #78201D: hue angle of 1.98º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78201D is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1203229-
CMYK00.730.760.53
HSL1.98º61.07%29.22%-
HSV(B)1.98º75.83%47.06%-
XYZ8.485.111.7-
YUV57.97111.65172.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=66.30%
G=17.68%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120322900.730.760.531.9861.0729.22
Hex78201D0494C3523d1d
Octal170403501111146527535
Binary1111000100000111010100100110011001101011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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