#7C2005

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

Shades of Falu Red #7C2005

Tints of Falu Red #7C2005

Color information

#7C2005 (or 0x7C2005) is unknown color: approx Falu Red. HEX triplet: 7C, 20 and 05. RGB value is (124,32,5). Sum of RGB (Red+Green+Blue) = 124+32+5=161 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.02% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2005 is #83DFFA. Grayscale: #383838. Windows color (decimal): -8642555 or 335996. OLE color: 335996.

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

Color convert

RGB124325-
CMYK00.740.960.51
HSL13.61º92.25%25.29%-
HSV(B)13.61º95.97%48.63%-
XYZ8.865.330.71-
YUV56.4398.98176.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 77.02%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=77.02%
G=19.88%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12432500.740.960.5113.6192.2525.29
Hex7C20504A6033e5c19
Octal1744050112140631613431
Binary11111001000001010100101011000001100111110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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