#7C2419

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

Shades of Falu Red #7C2419

Tints of Falu Red #7C2419

Color information

#7C2419 (or 0x7C2419) is unknown color: approx Falu Red. HEX triplet: 7C, 24 and 19. RGB value is (124,36,25). Sum of RGB (Red+Green+Blue) = 124+36+25=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2419 is #83DBE6. Grayscale: #3D3D3D. Windows color (decimal): -8641511 or 1647740. OLE color: 1647740.

HSL color Cylindrical-coordinate representation of color #7C2419: hue angle of 6.67º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C2419 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB1243625-
CMYK00.710.800.51
HSL6.67º66.44%29.22%-
HSV(B)6.67º79.84%48.63%-
XYZ9.125.621.52-
YUV61.06107.65172.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.03%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=67.03%
G=19.46%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124362500.710.800.516.6766.4429.22
Hex7C241904750337421d
Octal1744431010712063710235
Binary111110010010011001010001111010000110011111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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