#7A2506

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

Shades of Falu Red #7A2506

Tints of Falu Red #7A2506

Color information

#7A2506 (or 0x7A2506) is unknown color: approx Falu Red. HEX triplet: 7A, 25 and 06. RGB value is (122,37,6). Sum of RGB (Red+Green+Blue) = 122+37+6=165 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.94% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2506 is #85DAF9. Grayscale: #3B3B3B. Windows color (decimal): -8772346 or 402810. OLE color: 402810.

HSL color Cylindrical-coordinate representation of color #7A2506: hue angle of 16.03º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A2506 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.52.

Color convert

RGB122376-
CMYK00.700.950.52
HSL16.03º90.62%25.1%-
HSV(B)16.03º95.08%47.84%-
XYZ8.725.470.77-
YUV58.8898.16173.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 73.94%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 6 (2.73% from 255) = 3.64%
R=73.94%
G=22.42%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12237600.700.950.5216.0390.6225.1
Hex7A2560465F34105b19
Octal1724560106137642013331
Binary111101010010111001000110101111111010010000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,37,6); }

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

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

 a { background-color: rgb(122,37,6); }

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

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

 span { border-color: rgb(122,37,6); }

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