#7C2120

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

Shades of Falu Red #7C2120

Tints of Falu Red #7C2120

Color information

#7C2120 (or 0x7C2120) is unknown color: approx Falu Red. HEX triplet: 7C, 21 and 20. RGB value is (124,33,32). Sum of RGB (Red+Green+Blue) = 124+33+32=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2120 is #83DEDF. Grayscale: #3C3C3C. Windows color (decimal): -8642272 or 2105724. OLE color: 2105724.

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

Color convert

RGB1243332-
CMYK00.730.740.51
HSL0.65º58.97%30.59%-
HSV(B)0.65º74.19%48.63%-
XYZ9.125.481.94-
YUV60.1112.15173.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 65.61%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=65.61%
G=17.46%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124333200.730.740.510.6558.9730.59
Hex7C21200494A3313b1f
Octal174414001111126317337
Binary1111100100001100000010010011001010110011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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