#7E2505

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

Shades of Falu Red #7E2505

Tints of Falu Red #7E2505

Color information

#7E2505 (or 0x7E2505) is unknown color: approx Falu Red. HEX triplet: 7E, 25 and 05. RGB value is (126,37,5). Sum of RGB (Red+Green+Blue) = 126+37+5=168 (22% of max value = 765). Red value is 126 (49.61% from 255 or 75% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2505 is #81DAFA. Grayscale: #3C3C3C. Windows color (decimal): -8510203 or 337278. OLE color: 337278.

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

Color convert

RGB126375-
CMYK00.710.960.51
HSL15.87º92.37%25.69%-
HSV(B)15.87º96.03%49.41%-
XYZ9.295.770.77-
YUV59.9696.99175.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 75%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=75%
G=22.02%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12637500.710.960.5115.8792.3725.69
Hex7E2550476033105c1a
Octal1764550107140632013432
Binary111111010010110101000111110000011001110000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,37,5); }

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

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

 a { background-color: rgb(126,37,5); }

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

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

 span { border-color: rgb(126,37,5); }

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