#7E260A

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

Shades of Falu Red #7E260A

Tints of Falu Red #7E260A

Color information

#7E260A (or 0x7E260A) is unknown color: approx Falu Red. HEX triplet: 7E, 26 and 0A. RGB value is (126,38,10). Sum of RGB (Red+Green+Blue) = 126+38+10=174 (23% of max value = 765). Red value is 126 (49.61% from 255 or 72.41% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 126 - color contains mainly: red. Hex color #7E260A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E260A is #81D9F5. Grayscale: #3D3D3D. Windows color (decimal): -8509942 or 665214. OLE color: 665214.

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

Color convert

RGB1263810-
CMYK00.700.920.51
HSL14.48º85.29%26.67%-
HSV(B)14.48º92.06%49.41%-
XYZ9.355.840.92-
YUV61.1299.15174.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 72.41%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=72.41%
G=21.84%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126381000.700.920.5114.4885.2926.67
Hex7E26A0465C33e551b
Octal17646120106134631612533
Binary111111010011010100100011010111001100111110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,38,10); }

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

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

 a { background-color: rgb(126,38,10); }

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

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

 span { border-color: rgb(126,38,10); }

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