#7E2513

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

Shades of Falu Red #7E2513

Tints of Falu Red #7E2513

Color information

#7E2513 (or 0x7E2513) is unknown color: approx Falu Red. HEX triplet: 7E, 25 and 13. RGB value is (126,37,19). Sum of RGB (Red+Green+Blue) = 126+37+19=182 (24% of max value = 765). Red value is 126 (49.61% from 255 or 69.23% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2513 is #81DAEC. Grayscale: #3D3D3D. Windows color (decimal): -8510189 or 1254782. OLE color: 1254782.

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

Color convert

RGB1263719-
CMYK00.710.850.51
HSL10.09º73.79%28.43%-
HSV(B)10.09º84.92%49.41%-
XYZ9.385.811.24-
YUV61.56103.99173.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 69.23%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 19 (7.81% from 255) = 10.44%
R=69.23%
G=20.33%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126371900.710.850.5110.0973.7928.43
Hex7E25130475533a4a1c
Octal17645230107125631211234
Binary1111110100101100110100011110101011100111010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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