#7E2420

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

Shades of Falu Red #7E2420

Tints of Falu Red #7E2420

Color information

#7E2420 (or 0x7E2420) is unknown color: approx Falu Red. HEX triplet: 7E, 24 and 20. RGB value is (126,36,32). Sum of RGB (Red+Green+Blue) = 126+36+32=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2420 is #81DBDF. Grayscale: #3E3E3E. Windows color (decimal): -8510432 or 2106494. OLE color: 2106494.

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

Color convert

RGB1263632-
CMYK00.710.750.51
HSL2.55º59.49%30.98%-
HSV(B)2.55º74.6%49.41%-
XYZ9.55.81.99-
YUV62.45110.82173.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 64.95%
GREEN value IS 36 (14.45% from 255) = 18.56%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=64.95%
G=18.56%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126363200.710.750.512.5559.4930.98
Hex7E24200474B3333b1f
Octal176444001071136337337
Binary11111101001001000000100011110010111100111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,36,32); }

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

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

 a { background-color: rgb(126,36,32); }

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

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

 span { border-color: rgb(126,36,32); }

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