#7C2418

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

Shades of Falu Red #7C2418

Tints of Falu Red #7C2418

Color information

#7C2418 (or 0x7C2418) is unknown color: approx Falu Red. HEX triplet: 7C, 24 and 18. RGB value is (124,36,24). Sum of RGB (Red+Green+Blue) = 124+36+24=184 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.39% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2418 is #83DBE7. Grayscale: #3D3D3D. Windows color (decimal): -8641512 or 1582204. OLE color: 1582204.

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

Color convert

RGB1243624-
CMYK00.710.810.51
HSL7.2º67.57%29.02%-
HSV(B)7.2º80.65%48.63%-
XYZ9.115.611.47-
YUV60.94107.15172.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.39%
GREEN value IS 36 (14.45% from 255) = 19.57%
BLUE value IS 24 (9.77% from 255) = 13.04%
R=67.39%
G=19.57%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124362400.710.810.517.267.5729.02
Hex7C241804751337441d
Octal1744430010712163710435
Binary111110010010011000010001111010001110011111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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