#7E240F

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

Shades of Falu Red #7E240F

Tints of Falu Red #7E240F

Color information

#7E240F (or 0x7E240F) is unknown color: approx Falu Red. HEX triplet: 7E, 24 and 0F. RGB value is (126,36,15). Sum of RGB (Red+Green+Blue) = 126+36+15=177 (23% of max value = 765). Red value is 126 (49.61% from 255 or 71.19% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 126 - color contains mainly: red. Hex color #7E240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E240F is #81DBF0. Grayscale: #3C3C3C. Windows color (decimal): -8510449 or 992382. OLE color: 992382.

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

Color convert

RGB1263615-
CMYK00.710.880.51
HSL11.35º78.72%27.65%-
HSV(B)11.35º88.1%49.41%-
XYZ9.325.731.07-
YUV60.52102.32174.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 71.19%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=71.19%
G=20.34%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126361500.710.880.5111.3578.7227.65
Hex7E24F0475833b4f1c
Octal17644170107130631311734
Binary111111010010011110100011110110001100111011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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