#7C2104

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

Shades of Falu Red #7C2104

Tints of Falu Red #7C2104

Color information

#7C2104 (or 0x7C2104) is unknown color: approx Falu Red. HEX triplet: 7C, 21 and 04. RGB value is (124,33,4). Sum of RGB (Red+Green+Blue) = 124+33+4=161 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.02% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2104 is #83DEFB. Grayscale: #393939. Windows color (decimal): -8642300 or 270716. OLE color: 270716.

HSL color Cylindrical-coordinate representation of color #7C2104: hue angle of 14.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C2104 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB124334-
CMYK00.730.970.51
HSL14.5º93.75%25.1%-
HSV(B)14.5º96.77%48.63%-
XYZ8.885.380.69-
YUV56.998.15175.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 77.02%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=77.02%
G=20.50%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12433400.730.970.5114.593.7525.1
Hex7C2140496133f5e19
Octal1744140111141631713631
Binary11111001000011000100100111000011100111111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C2104; }

 p { color: rgb(124,33,4); }

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

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

 a { background-color: rgb(124,33,4); }

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

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

 span { border-color: rgb(124,33,4); }

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