#7C2405

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

Shades of Falu Red #7C2405

Tints of Falu Red #7C2405

Color information

#7C2405 (or 0x7C2405) is unknown color: approx Falu Red. HEX triplet: 7C, 24 and 05. RGB value is (124,36,5). Sum of RGB (Red+Green+Blue) = 124+36+5=165 (21% of max value = 765). Red value is 124 (48.83% from 255 or 75.15% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2405 is #83DBFA. Grayscale: #3A3A3A. Windows color (decimal): -8641531 or 337020. OLE color: 337020.

HSL color Cylindrical-coordinate representation of color #7C2405: hue angle of 15.63º 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 #7C2405 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB124365-
CMYK00.710.960.51
HSL15.63º92.25%25.29%-
HSV(B)15.63º95.97%48.63%-
XYZ8.975.560.74-
YUV58.7897.65174.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 75.15%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=75.15%
G=21.82%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12436500.710.960.5115.6392.2525.29
Hex7C2450476033105c19
Octal1744450107140632013431
Binary111110010010010101000111110000011001110000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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