#7C2402

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

Shades of Falu Red #7C2402

Tints of Falu Red #7C2402

Color information

#7C2402 (or 0x7C2402) is unknown color: approx Falu Red. HEX triplet: 7C, 24 and 02. RGB value is (124,36,2). Sum of RGB (Red+Green+Blue) = 124+36+2=162 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.54% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2402 is #83DBFD. Grayscale: #3A3A3A. Windows color (decimal): -8641534 or 140412. OLE color: 140412.

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

Color convert

RGB124362-
CMYK00.710.980.51
HSL16.72º96.83%24.71%-
HSV(B)16.72º98.39%48.63%-
XYZ8.955.550.66-
YUV58.4496.15174.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 76.54%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 2 (1.17% from 255) = 1.23%
R=76.54%
G=22.22%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12436200.710.980.5116.7296.8324.71
Hex7C2420476233116119
Octal1744420107142632114131
Binary11111001001001001000111110001011001110001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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