#78201a

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

Shades of Falu Red #78201A

Tints of Falu Red #78201A

Color information

#78201A (or 0x78201A) is unknown color: approx Falu Red. HEX triplet: 78, 20 and 1A. RGB value is (120,32,26). Sum of RGB (Red+Green+Blue) = 120+32+26=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #78201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78201A is #87DFE5. Grayscale: #393939. Windows color (decimal): -8904678 or 1712248. OLE color: 1712248.

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

Color convert

RGB1203226-
CMYK00.730.780.53
HSL3.83º64.38%28.63%-
HSV(B)3.83º78.33%47.06%-
XYZ8.455.11.52-
YUV57.63110.15172.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.42%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=67.42%
G=17.98%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120322600.730.780.533.8364.3828.63
Hex78201A0494E354401d
Octal1704032011111665410035
Binary111100010000011010010010011001110110101100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78201a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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